tags:

views:

53

answers:

3

I want to look inside my queues, the msm console snapin has this property dialog, but it is very difficult to read and the messages which are important to me are encoded and look like this:

3C 3F 78 6D 6C 20 76 65 <?xml ve
72 73 69 6F 6E 3D 22 31 rsion="1
2E 30 22 20 65 6E 63 6F .0" enco
64 69 6E 67 3D 22 75 74 ding="ut
66 2D 38 22 3F 3E 0D 0A f-8"?>..
3C 65 73 62 3A 6D 65 73 <esb:mes
73 61 67 65 73 20 78 6D sages xm
6C 6E 73 3A 65 73 62 3D lns:esb=
22 68 74 74 70 3A 2F 2F "http://
73 65 72 76 69 63 65 62 serviceb
75 73 2E 68 69 62 65 72 us.hiber
6E 61 74 69 6E 67 72 68 natingrh

...

Anyone knows of a tool that would allow me to see my messages in a bit developer friendly way? A tool for easier administering queues would come handy to (like selecting multiple messages and drag and drop them)

+1  A: 

This is about the best tool I've found: http://www.cogin.com/msmq/QueueExplorer/QueueExplorer2.2.php

Paul Kearney - pk
Hm, looks nice - but I can only see my Journal sub queue - you think this is because I am not a registered user?
Jan Limpens
I don't have the trial version, but in my full version I can explore all queues, including remote queues.
Paul Kearney - pk
they have now a new beta which understands sub queues. I am using this so far. A bit buggy (well, beta), but a quite useful tool. I wonder why MS couldn't come up with anything better.
Jan Limpens
A: 

If you just have some hexadecimal data that can easily be converted to ASCII and back, then I suggest a text editor that lets you do just that. UltraEdit has a "view hex" function that works to convert both to and from hexadecimal view. You might also try Notepad++ but I don't know if it has that feature.

JYelton
The property dialog only shows the first n rows and the text decoded besides. I doubt I could do anything with those.
Jan Limpens
Oh right, I didn't realize you didn't have access to more data.
JYelton
A: 

You could also check out MSMQ Studio from http://www.archonaut.se

Kjell-Åke Andersson