YMC
YMC

Reputation: 5452

Best alternative to MSMQ transport in NServiceBus

We regularly get issues with MSMQ on Nsb, issues like at some point of time MSMQ on one machine does not want to accept mesages from the other machine until we restart service or reboot a machine. So we're looking for alternatives. However we'd like to keep this important features of MSMQ:

Here is a list of Nsb alternative sources: https://docs.particular.net/transports/

Anyone has experience working with any of this?

Upvotes: 4

Views: 690

Answers (1)

Sean Farmar
Sean Farmar

Reputation: 2283

I personally would try and resolve my MSMQ issues and get the system working ok, there are many systems running successfully on MSMQ... However, if you made your mind up to switch, I think the best alternative given your features above is SQL server transport

Upvotes: 3

Related Questions