Questions related to the 3rd version of NServiceBus may have this tag.
Questions tagged [nservicebus3]
64 questions
0
votes
1 answer
Why NServiceBus ForwardRecievedMessagesTo and what are the performance implications of using it?
What is the intended usage of ForwardRecievedMessagesTo?
I read some where that it is to support auditing. Is there any harm in using it as a solution to ensure that messages have been processed and if not reprocessing them? lets say a message was…

darthjit
- 1,555
- 13
- 20
0
votes
1 answer
Sending Messages From NServiceBus Host
We have an Audit Message Handler and if any exceptions are thrown within this handler we would like it to send a log message to the LogMessageInputQueue which will be handled by another Message Handler.
Is it possible to send a new message from…

Andy Long
- 706
- 5
- 15
0
votes
1 answer
NServiceBus retrying message even though no exception
I got a wierd problem with NServiceBus retying the message X number of times although no exception is thrown in the handler. There is some information out there dealing with the NHibernate session and the NSB ambiant transaction. Since no error is…

Francois Joly
- 307
- 2
- 11
0
votes
0 answers
EventStore with NServiceBus causes deadlocks when more than 1 thread is used
I'm currently working on a project that uses EventStore, CommonDomain, and NServiceBus, when I have NumberOfWorkerThreads set to 1, all of our services(nservicebus - we have 6 of them, each has thier own event store) runs perfectly, but when i set…

no1ross
- 55
- 5