setSingleMessageAcknowledgement procedure
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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, setSingleMessageAcknowledgement procedure, getSingleMessageAcknowledgement function, setNoAcknowledge procedure, getNoAcknowledge function
For more information, see the Message acknowledgement, forwarding, and recovery and the Single-message acknowledgement.