Troubleshooting WCF and MSMQ FAQ
With the increasing interest in WCF comes the need to understand how to troubleshoot it.
From the MSMQ perspective, there is a "Troubleshooting Queued Messaging" FAQ document available that covers what is (or is not) possible between machines running different versions of MSMQ, integration problems, security issues and so on.
Not all the information is WCF-specific and the document is worth a read even if you haven't implemented WCF at all for the golden nuggets of information it contains.
I'll see if I can get this content added to the main MSMQ FAQ.
Comments
Anonymous
October 19, 2007
PingBack from http://www.artofbam.com/wordpress/?p=10638Anonymous
October 29, 2007
Continuing with my [uncanny] anxious thoughts of somehow [magically] overcoming the 4MB message limit in MSMQ, here is my next question in the series: if you find the time, I would love to see an example of how to put MQRTLARGE.DLL to use in WCF! This is one of my side-project, and I'll see if I can get to it (ever), but it never hurts to go to the source directly for a solution :)Anonymous
October 29, 2007
You shouldn't need MQRTLARGE.DLL for WCF to send large messages. The hands-on labs at TechEd next week should have a session for doing this. I'll update everybody when I'm back.