Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MSMQ Message Viewer?

Tags:

msmq

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?

like image 857
Zaffiro Avatar asked Dec 20 '10 16:12

Zaffiro


People also ask

How do I view MSMQ messages?

Navigate to 'Computer Management (Local) > Services and Applications > Message Queueing > Private Queues' and verify that the two private queues used by my application are visible.

Is MSMQ dead?

Microsoft Message Queuing, better known by its nickname MSMQ, passed away peacefully in its hometown of Redmond, Washington on October 14, 2019, at the age of 22. It was born in May 1997 and through 6.3 versions lived a very full life, bringing the promise of reliable messaging patterns to users all around the globe.


3 Answers

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

like image 85
Petar Vučetin Avatar answered Oct 13 '22 16:10

Petar Vučetin


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

  • Mqueue Viewer (free)

enter image description here

  • Mulholland Q Set

alt text

  • QueueExplorer

alt text

like image 40
marc_s Avatar answered Oct 13 '22 17:10

marc_s


MSMQ QXplorer

Free. Open source.

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

like image 40
Joey V. Avatar answered Oct 13 '22 15:10

Joey V.