setNoAcknowledge procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
setNoAcknowledge procedure
Instructs the ABL–JMS implementation not to acknowledge this message.
Syntax
|
Applies to
Message Consumer objects
Notes
- This call should be made if the OpenEdge application fails to use the data in a message and must receive the message again.
- This call is an error if the session is transacted for receiving.
- If the Message Consumer object is used to handle error messages or for queue browsing, this call has no effect.
See also
acknowledgeAndForward procedure, setSingleMessageAcknowledgement procedure, getSingleMessageAcknowledgement function, #rfi1387308676599, getNoAcknowledge function
For more information, see the Message acknowledgement, forwarding, and recovery and the Single-message acknowledgement.