Requirement: session.AUTO_ACKNOWLEDGEWith the AUTO_ACKNOWLEDGE session acknowledgement mode, the session automatically acknowledges a client's receipt of a message when it has either successfully returned from a call to receive or the MessageListener it has called to process the message successfully returns. See:
Test cases
|