Column | Description |
Transaction ID | The unique identification number (txid) that the Broker assigns to a transaction when it starts. |
External ID | An identifier that an application can optionally assign to a transaction. Depending on the application, this value might be empty. |
State | The current state of the transaction, which will be one of the following: Open.The transaction is in progress and has not yet been prepared or committed. End Success. The transaction has ended with the success flag and not yet been prepared. End Failure. The transaction has ended with the failure flag and not yet been prepared. Heuristic Commit.The transaction has been heuristically committed. Heuristic Rollback. The transaction has been heuristically rolled back. Prepared. The transaction has been prepared, but has not yet been committed or rolled back. Committed. The transaction is in the process of being committed. Rollback. The transaction is being rolled back. |
Created | The time at which the transaction was started. |
Published | The number of documents that the transactional client has published or delivered within the context of this transaction since the transaction started. (If the transactional client published other documents during this time under another transactional context, those documents would be reflected in a separate transaction entry.) |
Acknowledged | The number of documents the transactional client has received and acknowledged within the context of this specific transaction since the transaction was started. (If the transactional client received other documents during this time under another transactional context, those documents would be reflected in a separate transaction entry.) |