nservicebus
http interface for long operation
I have a running system that process short and long running opera开发者_运维百科tions with a Request-Response interface based on Agatha-RRSL.[详细]
2023-04-03 21:37 分类:问答Recommended message bus architecture for publishing client events
What\'s the recommended messaging architecture for the following scenario: Multiple workstations running a WinForms client[详细]
2023-04-03 10:49 分类:问答NServicebus time-sensitive auction implementation
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[详细]
2023-04-03 05:20 分类:问答NServiceBus IMessageModule per message
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[详细]
2023-04-03 03:43 分类:问答NServiceBus - messages going to error queue but no exception logged?
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[详细]
2023-04-02 23:07 分类:问答Nservicebus in production setup
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[详细]
2023-04-02 19:41 分类:问答In NServiceBus, how can I handle when a message comes in without a matching saga?
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[详细]
2023-04-02 07:55 分类:问答Multiple config files for nServiceBus - same directory
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?[详细]
2023-04-02 07:39 分类:问答How to use interface as events in CommonDomain and NEventStore?
I\'m conducting a test using JOlivers CommonDomain and EventStore with NServiceBus. I need to raise an event in my Aggregate like this:[详细]
2023-04-01 19:31 分类:问答Starting an NServiceBus Host project throws an error when trying to setup the SQLite DB for sagas
The Init() method on my IWantCustomInitialization implementor is public void Init() { NServiceBus.Configure.With()[详细]
2023-04-01 15:19 分类:问答