| Package | Description |
|---|---|
| org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
| org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
| org.apache.activemq.transaction |
| Modifier and Type | Method and Description |
|---|---|
XATransactionId |
ConnectionContext.getXid() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionBroker.removeTransaction(XATransactionId xid) |
void |
ConnectionContext.setXid(XATransactionId id) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionRecoveryListener.recover(XATransactionId xid,
Message[] addedMessages,
MessageAck[] aks) |
| Modifier and Type | Method and Description |
|---|---|
XATransactionId |
XATransaction.getXid() |
| Constructor and Description |
|---|
XATransaction(TransactionStore transactionStore,
XATransactionId xid,
TransactionBroker broker,
ConnectionId connectionId) |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.