Messages that fail to be delivered
When a queue manager cannot put a message on a queue, you have various options.
We can:- Attempt to put the message on the queue again.
- Request that the message is returned to the sender.
- Put the message on the dead-letter queue.
SeeHandling procedural program errorsfor more information.
Parent topic: IBM MQ messages