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

rollbackReceive procedure

Starts redelivering the messages received up to that point in the current transaction.

Syntax

PROCEDURE rollbackReceive.

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 (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.