c# - MSMQ only tries 3 times to receive a message before an error occurs -


i have messages in queue. notice after 3 tries service host faults. normal behavior? 3 times comes from? thought came receiveretrycount. set 1 1.

i got 20 messages in queue waiting processed. wcf operation responsible process message supports transaction if can't process message throw message stays in queue.

i didn't think of fault servicehost after number of retry, part documented somewhere?

i'm running msmq service on winxp machine.

i'm more interested in documentation indicating service host fault after number of retry. part true?

i think found reason why faults.

there property on binding of msmq called receiveerrorhandling default set fault fault channel listener when receiveretrycount has been maxed out.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -