I've got an interesting problem with a WCF MSMQ endpoint. Everything works consistently and as advertised using a Native endpoint. However, I have some clients that cannot get through the firewall over 1801. So, for those clients I've tried to use SRMP. I changed up the client endpoint configuration, and I pushed some messages and the first time I did, it worked.

However, subsequent attempts don't get delivered to the server queue. I've enabled journaling and sometimes the message gets to the queue, most times it doesn't. Looking at the client outbound queue, I see the messages and the client msmq admin console says the messages have been sent to the server endpoint.

However, looking in the IIS logs I won't see the usual expected POST entry. What's even more weird is that for no rhyme or reason some messages will suddenly appear.

link|improve this question
Are you logging IIS correctly? (blogs.msdn.com/b/johnbreakwell/archive/2009/10/21/…) – John Breakwell Nov 21 '11 at 18:50
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.