WebLogic Messaging API Class Library

ISession. Method 

Commits all messages done in this transaction and releases any locks currently held.

void ();

Exceptions

Exception Type Condition
MessageException if the JMS provider fails to Commit the transaction due to some internal error.
TransactionRolledBackException if the transaction is rolled back due to some internal error during Commit.
IllegalStateException if the method is not called by a transacted session.

See Also

ISession Interface | WebLogic.Messaging Namespace