Monday 15 September 2014

MSMQ Adding a delay on Messages -


I have a Microsoft message queue that pops up with messages if there is a problem processing the message, then I I would like to try the message again, I do not want to try the message again. What is the way to add a delay to avoid the message becoming available in MSMQ for some time?

The second option is another row (a retrieval queue) and it is reading every 15 minutes in the queue, but I can not do this.

What are you looking for "poison message handling" (even if this message is not a mistake, But there is a temporary environmental problem).

There are a lot of articles on this here:



In short: You have to take them back in a retrain queue .


No comments:

Post a Comment