MQJMS_E_MSG_LSTNR_FAILED

 

public final static java.lang.String

MessageListener threw: {0}.
Explanation: When performing asynchronous delivery, the onMessage() method of the application's MessageListener failed with a Throwable. WebSphere MQ JMS tries to redeliver or requeue the message.
User Response: Do not throw Throwable objects from the onMessage() method of a MessageListener.


uj33500_