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

getSingleMessageAcknowledgement function

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

FUNCTION getSingleMessageAcknowledegment RETURNS LOGICAL.

Applies to

Session objects

Notes

*getSingleMessageAcknowledgement function returns TRUE if the client session is configured to use single-message acknowledgement.
*getSingleMessageAcknowledgement function returns FALSE if the client session is not so configured.

See also

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