vote up 0 vote down star

Hi. I encountered a problem yesterday with MSMQ and I would like to know the reason for it.

I have a server sending messages to a MSMQ, and a client consuming those messages. Yesterday the client stopped retrieving one type of message, yet was able to retrieve another type of message that was sent after. I've read some stuff regarding Poison messages, but this behavior doesn't fit in any of the described cases that I've seen, since if that was the case the client shouldn't be able to retrieve messages arriving after the poison message. The problem went away after I cleaned the message queue manually.

I also checked the svc log and there were no exceptions.

Any help is appreciated.

flag
How are you serializing your messages? Binary, XML, some other format? – Peter Lillevold May 12 at 9:14
No idea, I'm using this over WCF. – arkus61 May 12 at 10:25

1 Answer

vote up 0 vote down

Is it possible that another client application or service is contributing a message with "MessageFormatter" that you are not expecting?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.