Messages that fail to be delivered

When a queue manager cannot 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 Handling program errors for more information.