Broker 10.15 | webMethods Broker Documentation | Administering webMethods Broker | Managing Brokers | Managing Transactions | Viewing Running Transactions
 
Viewing Running Transactions
If a client has started a transaction on the Broker, that transaction appears on the Transactions tab. The transaction disappears from this tab when the client explicitly ends the transaction.
In many cases, transactions complete too quickly to be viewed in the Transactions tab. However, the list is useful for monitoring the state of long-running transactions and for spotting transactions that have become hung in the system.
*To view transactions running on Broker
1. In My webMethods: Messaging > Broker Server s > Broker s.
2. In the Broker s List, click the Broker whose transactions you want to view. If the Broker does not appear in the list, use the Search tab to locate it.
3. On the Broker Details page, click the Transactions tab. The transaction list at the bottom of this tab displays transactions that are currently running on the Broker.
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.)