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