MQJMS_E_DLQ_FAILED

 

public final static java.lang.String

Unable to write a message to dead letter queue.
Explanation: JMS attempted to requeue a message to the dead letter queue, but failed.
User Response: Use the linked exception to determine the cause of this error. If there is no linked exception, check that the queue manager has a defined a dead letter queue. Once JMS has sent a message to the dead letter queue, the reason code stored in the message's dead letter header can be used to determine why the message was sent there.


uj33370_