nservicebus-distributor
NServiceBus: Trouble getting PubSub working with Distributor
I\'m using NServiceBus 2.5 and trying to get a simplified version of the NServiceBus PubSub sample working with the distributor. The simplification:[详细]
2023-03-12 04:28 分类:问答NServiceBus Pub/Sub example and the "Distributor"
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.[详细]
2023-02-24 09:56 分类:问答Can the NServiceBus distributor report progress from workers?
I am investigating NServiceBus and I am unsure how (or even if) I could use it to handle this scenario:[详细]
2023-02-06 10:58 分类:问答NService Bus Distributor Using a Clustered DB
We currently use NService bus with a distributor but I\'d like to make it HA without moving to clust开发者_C百科ered MSMQs.[详细]
2023-01-17 18:11 分类:问答NServiceBus: Load-balancing subscribers
Is it possible to load balance my subscriber worker nodes without using a distributor?Here\'s what I am thinking:[详细]
2023-01-09 09:54 分类:问答NService Bus: Nitty-Gritty Deployment Issues
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[详细]
2023-01-09 02:29 分类:问答Scaled-out publication with scaled-out subscriber with NServiceBus
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[详细]
2023-01-06 13:27 分类:问答nservicebus subscriber unable to unsbuscriber
HiI am using NServiceBus 1.9 RTM in my project. I am using Publisher - Distributor - Subscriber model.[详细]
2023-01-06 08:57 分类:问答nservicebus, Server to send back message to distributor?
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[详细]
2023-01-05 23:41 分类:问答NServiceBus Publish/Subscribe
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/[详细]
2023-01-02 10:32 分类:问答