getSingleMessageAcknowledgement function
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Returns a logical value indicating whether a client session is configured to use single-message acknowledgement.
Note: The JMS providers other than SonicMQ do not support this method.
Syntax
|
Applies to
Session objects
Notes
- getSingleMessageAcknowledgement function returns
TRUEif the client session is configured to use single-message acknowledgement. - getSingleMessageAcknowledgement function returns
FALSEif the client session is not so configured.
See also
acknowledgeAndForward procedure, setSingleMessageAcknowledgement procedure, #rfi1387308677891, setNoAcknowledge procedure, getNoAcknowledge function
For more information, see the Message acknowledgement, forwarding, and recovery and the Single-message acknowledgement.