Messages that fail to be delivered

 


When a queue manager is unable to put a message on a queue, you have various options. You 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.

See Chapter 5, Handling program errors for more information.