acknowledge

 

public void acknowledge() throws JMSException;

Acknowledges this and all previous messages received. Calling this method also acknowledges all other messages received by the session that received this message.

Exceptions

  • JMSException - with the following reasons;

    • MQJMS_E_SESSION_IS_TRANSACTED

    • MQJMS_E_SESSION_CLOSED

    • MQJMS_EXCEPTION_MQ_NULL_QMGR

    • MQJMS_EXCEPTION_MQ_QM_COMMIT_FAILED


uj26430_