Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
rollbackSend procedure
rollbackSend procedure
Discards all messages sent up to that point in the current transaction.
Syntax
PROCEDURE rollbackSend.
Applies to
Session objects
Notes
It is an error to call this method in a Session object that is not transacted for sending.
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 Message acknowledgement, forwarding, and recovery.