Commits all messages done in this transaction and releases any locks currently held.
| 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. |
ISession Interface | WebLogic.Messaging Namespace