setNoAcknowledge procedure
Instructs the ABL–JMS implementation not to acknowledge this message.
Syntax
PROCEDURE setNoAcknowledge.
|
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
For more information, see the Message acknowledgement, forwarding, and recovery and the Single-message acknowledgement.