rollbackReceive procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Starts redelivering the messages received up to that point in the current transaction.
Syntax
|
Applies to
Session objects
Notes
- Redelivers messages that have been received, but not acknowledged.
- It is an error to call this procedure in a Session object that is not transacted for receiving.
- This procedure executes remotely on the Progress OpenEdge JMS Adapter.
See also
commitSend procedure, commitReceive procedure. rollbackSend procedure, #rfi1387308569124, recover procedure
For more information, see the Transaction and recovery procedures.