MSMQ Message Viewer?

前端 未结 6 1227
长情又很酷
长情又很酷 2021-01-30 13:15

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 alread

相关标签:
6条回答
  • 2021-01-30 13:30

    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/

    0 讨论(0)
  • 2021-01-30 13:42

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

    0 讨论(0)
  • 2021-01-30 13:42

    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

    0 讨论(0)
  • 2021-01-30 13:49

    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

    0 讨论(0)
  • 2021-01-30 13:53

    MSMQ QXplorer

    Free. Open source.

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

    0 讨论(0)
  • 2021-01-30 13:54

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

    • Mqueue Viewer (free)

    • Mulholland Q Set

    alt text

    • QueueExplorer

    alt text

    0 讨论(0)
提交回复
热议问题