MQJMS_E_NO_SESSION

 

public final static java.lang.String

Message has no session associated with it.
Explanation: An attempt was made to acknowledge a message on a session which is not in an open state.
User Response: Ensure that the session associated with the message has been correctly opened. Check that the session has not been closed.


uj33570_