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