Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : setSingleMessageAcknowledgement procedure
 

setSingleMessageAcknowledgement procedure

Turns on single-message acknowledgement for a client session.

Syntax

PROCEDURE setSingleMessageAcknowledgement.
DEFINE INPUT PARAMETER ackMethod as LOGICAL.

Applies to

Session objects

Notes

*If a session is configured to use single-message acknowledgement, the following rules apply:
*Groups of messages cannot be acknowledged in one operation.
*Acknowledge-and-forward can be used.
*This procedure must be called before beginSessionprocedure . Otherwise, an error is raised.

See also

acknowledgeAndForwardprocedure, setSingleMessageAcknowledgement procedure, getSingleMessageAcknowledgement function, setNoAcknowledgeprocedure, getNoAcknowledgefunction
For more information, see the Message acknowledgement, forwarding, and recovery and the Single-message acknowledgement.