开发者

MSMQ is a good choice?

开发者 https://www.devze.com 2023-03-04 11:55 出处:网络
I\'m doing some test messaging, and so far the MSMQ is the choice, especially for support in Mass Transit.

I'm doing some test messaging, and so far the MSMQ is the choice, especially for support in Mass Transit.

But there are other options, ActiveMQ, RabbitMQ are some examples. Has anyone had problems with MSMQ, you think in comparison with the examples?

It is strange to find documentation on the website of MS over MQMQ, a list of features, etc ... the good part is that it is in windows, it开发者_运维百科 costs nothing, and we have support from Microsoft, but it seems to me a product without much attention from Microsoft, what do you think?

Thank you for your attention!


Main problems that people saw (from my perspective in MSMQ support) were (in no particular order):

  1. Inadequate monitoring of servers, letting them run out of disk space or fill up with messages, etc.
  2. Insufficient resilience in applications (not using dead letter queues, negative source journaling, etc.)
  3. Incorrect permissions set on queues
  4. Name resolution issues (incorrect DNS server entries, etc)
  5. Microsoft toughening RPC security with each version and making getting access to remote queues progressively harder.

I expect the first 4 are generic to most queuing systems.

Cheers

John Breakwell

0

精彩评论

暂无评论...
验证码 换一张
取 消