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?
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?
There are a few options - all I found are commercial (not terribly expensive, but not free, either):
If you are using Visual Studio - Open Server Explorer under Servers/[Server Name] there is Message Queues folder that gives you view as well.
System.Io.MemoryStream
, and click the ellipsis to the right of that (after clicking it). It's round about but this worked for me. –
Calabria There are a few options - all I found are commercial (not terribly expensive, but not free, either):
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/
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.
MSMQ Studio is an MSMQ management tool that allows you to view and send messages and manage your local and remote queues.
*** NOT AVAILABLE ANY MORE ***
© 2022 - 2024 — McMap. All rights reserved.