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.