setSingleMessageAcknowledgement procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Turns on single-message acknowledgement for a client session.
Syntax
|
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 beginSession procedure. Otherwise, an error is raised.
See also
acknowledgeAndForward procedure, #rfi1387308677027, getSingleMessageAcknowledgement function, setNoAcknowledge procedure, getNoAcknowledge function
For more information, see the Message acknowledgement, forwarding, and recovery and the Single-message acknowledgement.