Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

THanks

share|improve this question

5 Answers

up vote 15 down vote accepted

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

alt text

alt text

alt text

share|improve this answer
Thanks marc_s! We went with Queue Explorer. – Zaffiro Dec 21 '10 at 3:15
Thanks for the overview – Rasmus Jan 4 '11 at 9:54
1  
Queue Explorer +1, love this tool. – msjonathan Sep 12 '12 at 9:59

MSMQ QXplorer

Free. Open source.

http://msmqqxplorer.svn.sourceforge.net/

share|improve this answer
1  
+1. Thanks. This was the best of all. – Aliostad Sep 30 '11 at 15:25

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

share|improve this answer

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/

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.