Specific advantages of NServiceBus over plain RabbitMQ

后端 未结 2 786
再見小時候
再見小時候 2020-12-24 12:06

Are there any advantages of using NServiceBus over simply using the .net driver for RabbitMQ (assuming we can replace MSMQ with AMQP). Does NSB provide any additional functi

2条回答
  •  一向
    一向 (楼主)
    2020-12-24 12:42

    NSB most often uses MSMQ as the underlying transport. It could use RabbitMQ or some other AMQP compliant transport. NSB provides support for all the basic messaging patterns including point to point communication, pub/sub etc. The decision to use a particular transport would be different than that of choosing NSB itself. It has many features and you can get and idea from the Documentation page.

提交回复
热议问题