I have a running system that process short and long running opera开发者_运维百科tions with a Request-Response interface based on Agatha-RRSL.
What\'s the recommended messaging architecture for the following scenario: Multiple workstations running a WinForms client
We are using NServicebus to design a system that has to solve an auction scenario: we want to send out a message to a set of companies that can bid on an item. After we\'ve received all the bids we wa
I have to construct NHibernate Session from multiple SessionFactory based on a property inside Message, I think I could use IMessageModule to handle the begin o开发者_运维问答f message processing but
I\'ve got some messages that are intermittently failing in production and ending up in the error queue. Each time I run ReturnToSourceQueue, a proportion succeed, and a proportion fail again (so if I
I just came across a business case where Nservicebus would fit really well. What I can\'t find is any advice on how to set it up in a production environment. Is it just the choice of profile or are th
If I have a saga that con开发者_StackOverflowsists of two message types, say started by message1 and completed by message2, can I return a callback if a message2 comes in without a message1 already ex
I\'m trying to find a way to support multiple configurations for nServiceBus from the same installation directory (but running as separate processes). How do folks do this at the moment?
I\'m conducting a test using JOlivers CommonDomain and EventStore with NServiceBus. I need to raise an event in my Aggregate like this:
The Init() method on my IWantCustomInitialization implementor is public void Init() { NServiceBus.Configure.With()