I\'m using NServiceBus 2.5 and trying to get a simplified version of the NServiceBus PubSub sample working with the distributor. The simplification:
I finished going through the example of Pub/Sub for NServiceBus. I am now trying to wrap my head around the \"Distributor\" concept of 开发者_开发问答NServiceBus.
I am investigating NServiceBus and I am unsure how (or even if) I could use it to handle this scenario:
We currently use NService bus with a distributor but I\'d like to make it HA without moving to clust开发者_C百科ered MSMQs.
Is it possible to load balance my subscriber worker nodes without using a distributor?Here\'s what I am thinking:
Please consider the following questions in the context of multiple publications from a scaled out publisher (using DB subscription storage) and multiple subscriptions with scaled out subscribers (usin
I am trying to de-couple two applications using EDA and NServiceBus.Currently, I have a Sales MT and an Inventory MT.Whenever a sale is requested through the Sales MT, before it is approved the Sales
HiI am using NServiceBus 1.9 RTM in my project. I am using Publisher - Distributor - Subscriber model.
I am using nservicebus 1.9 version in my project. My project we are using publisher- subscriber model. Like publisher will send messages to Distributor and Distributor will forward the same message t
We are trying to find an elegant solution for reporting exceptions generated from systems across our infrastructure that\'s easier to operate on than viewing e-mail or checking log files. The publish/