nServiceBus vs Mass Transit vs Rhino Service Bus vs other?

后端 未结 4 599
余生分开走
余生分开走 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条回答
  •  萌比男神i
    2021-01-29 21:12

    a potential con of anything MSMQ based is the restriction on maximum message size. IIRC it is approximately 4MB, which you might easily run into if you're dealing with large files and storing the file content within the message.

提交回复
热议问题