High Quality JMS Messaging.

Commit [commit]

Syntax:

    commit <entityname>

Commits an in-doubt XA transaction. An XA transaction becomes in-doubt if it was prepared but not commited due to an abort of the JTA transaction manager or a computer crash.

Example:

     router1/sys$xa/usage> cc prepared-tx
     router1/sys$xa/usage/prepared-tx> lc

     Entity List: Prepared XA Transactions
     Description: Prepared XA Transactions

     Entities in this List:
     ----------------------
     1
     2
     3
     4

     router1/sys$xa/usage/prepared-tx> commit 4
     router1/sys$xa/usage/prepared-tx> lc

     Entity List: Prepared XA Transactions
     Description: Prepared XA Transactions

     Entities in this List:
     ----------------------
     1
     2
     3

     router1/sys$xa/usage/prepared-tx>_