1.

What Is Difference Between Dead Letter Queue And Backout Queue In Websphere Mq?

Answer»

 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 deliveryCountcrossed 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.

 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 deliveryCountcrossed 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.



Discussion

No Comment Found