Sends all messages published (or sent to a queue) up to that point in the current transaction.

Syntax

PROCEDURE commitSend.

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 on the Progress OpenEdge JMS Adapter.

See also

commitSend procedure, commitReceive procedure. rollbackSend procedure, rollbackReceive procedure, recover procedure

For more information, see the Transaction and recovery procedures.