MSMQ Message Viewer?

你离开我真会死。 提交于 2019-12-03 01:52:10

问题


I have messages in a MSMQ queue and I would like to view the full message.

I know I can write code to peek the queue, but was wondering if there is a viewer that already exists that will let me read the entire message?


回答1:


There are a few options - all I found are commercial (not terribly expensive, but not free, either):

  • Mqueue Viewer (free)

  • Mulholland Q Set

  • QueueExplorer




回答2:


If you are using Visual Studio - Open Server Explorer under Servers/[Server Name] there is Message Queues folder that gives you view as well.




回答3:


MSMQ QXplorer

Free. Open source.

https://sourceforge.net/projects/msmqqxplorer/




回答4:


You can get to a snap-in here: Computer Management > Services and Applications > Message Queuing

According to: http://stevesmithblog.com/blog/how-can-i-view-msmq-messages-and-queues/




回答5:


Service Bus MQ Manager is a free open-source tool I wrote to monitor the MSMQ in real-time for any incoming messages, it supports coloring and formatting of XML and JSON messages.

http://blog.halan.se/page/Service-Bus-MQ-Manager.aspx




回答6:


MSMQ Studio is an MSMQ management tool that allows you to view and send messages and manage your local and remote queues.

https://msmq-studio.com



来源:https://stackoverflow.com/questions/4491801/msmq-message-viewer

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!