recover procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Redelivers all unacknowledged messages received up to that point in the current session.
Syntax
|
Applies to
Session objects
Notes
- It is an error to call this method if the session is transacted for receiving. Call the rollbackReceive procedure instead.
- This procedure executes remotely on the Progress OpenEdge JMS Adapter.
See also
commitSend procedure, commitReceive procedure. rollbackSend procedure, rollbackReceive procedure, #rfi1387308568615For more information, see the Transaction and recovery procedures.