msmq binding wcf

Posted by pdiddy on Stack Overflow See other posts from Stack Overflow or by pdiddy
Published on 2010-04-28T14:49:19Z Indexed on 2010/04/28 15:23 UTC
Read the original article Hit count: 367

Filed under:
|
|
|
|

I have some messages in my queue. Now I notice that after 3 tries the service host faults. Is this a normal behavior? Where does the 3 times comes from? I thought it came from receiveRetryCount. But I set that one to 1.

I got 20 messages in my queue waiting to be processed. The WCF operation that is responsible to process the message supports transaction so if it can't process the message it will throw so that the message stays in the queue.

I didn't think that it would of Fault the ServiceHost after a number of retry, is this part documented somewhere?

I'm running MSMQ service on my winxp machine.

I'm more interested in documentation indicating that the service host will fault after a number of retry. Is this part true?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about .NET