MQSeries Question:
Download Questions PDF

Explain the difference between dead letter queue and backout queue in Websphere MQ?

Answer:

This is a follow question of previous MQ interview question "What is dead letter queue in MQ Series". As we have seen that dead letter queue is used to store messages which is receives for non existent queue. On the other hand backout queue are application specific queue.If MQ client is not able to process message and ask for redelivery, message is redelivered to client with incremented delivery count. Once this deliveryCount crossed a configured threshold message is moved to back-out queue for later processing or error handling. In short if MQ Series not able to deliver message to client after a preconfigured attempt, WMQ moves message to backout queue.

Download MQSeries Interview Questions And Answers PDF

Previous QuestionNext Question
What is Message Client in MQSeries?Define Transmission Queue in MQSeries?