nServiceBus vs Mass Transit vs Rhino Service Bus vs other?

后端 未结 4 603
余生分开走
余生分开走 2021-01-29 20:40

Just doing some quick spikes into possibly using a messaging system to process files that are in a nicely decoupled work flow system.

What are the pro\'s and cons that p

4条回答
  •  梦如初夏
    2021-01-29 21:17

    NServiceBus is a good product but beware of licensing problems. It has a tendency to change it licensing policy as the authors wishes. Take a look for example at old license information.

    It could happen that in the middle of you project development you will find out that you have to pay lot's of money for NServiceBus.

    Also free version have performance limitations.

    MassTransit is absolutely free open source, it has no limitations, and is under Apache 2.0 license.

    I have not used Rhino Service Bus.

提交回复
热议问题