WebSphere MQ

Dealing with Dead Letter Queues

You need to first define a dead letter queue which is just like another normal queue. Make sure to make it persistent:

DEF QL(DLQ) DEFPSIST(YES)

Associate the Dead Letter Queue to the Queue Manager:

ALTER QMGR DEADQ(DLQ)

 

Leave a Reply

Your email address will not be published. Required fields are marked *