Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : recover procedure
 

recover procedure

Redelivers all unacknowledged messages received up to that point in the current session.

Syntax

PROCEDURE recover.

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 (sends a message to the OpenEdge Adapter for SonicMQ).

See also

commitSend procedure, commitReceiveprocedure. rollbackSend procedure, rollbackReceive procedure, recover procedure
For more information, see the Transaction and recovery procedures.