0

I'm looking for a way to trace MSMQ activity (API calls, or something similar)

I saw several references mentioning ETW tracing but they weren't very clear or complete.

Is there a simple tutorial about this subject?

Ophir Yoktan
  • 8,149
  • 7
  • 58
  • 106

1 Answers1

0

There is a utility to do this. Unfortunately, the output is encrypted and the only way to read it is by sending it to MS.

If you have a MS support contract, I'd call them.

http://blogs.msdn.com/b/johnbreakwell/archive/2008/07/09/latest-version-1-5-of-the-logging-script-for-msmq-3-0.aspx

That blog has some great MSMQ troubleshooting tips that might also help.

BNL
  • 7,085
  • 4
  • 27
  • 32
  • I saw some references to the file. it appears strange that you need to send it to MS just to read a log file. Is it really readable only by Microsoft? – Ophir Yoktan Aug 29 '12 at 19:13