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.store.memory |
VM based implementation of message persistence
|
org.apache.activemq.transaction |
Constructor and Description |
---|
TransactionBroker(Broker next,
TransactionStore transactionStore) |
Modifier and Type | Method and Description |
---|---|
TransactionStore |
PersistenceAdapter.createTransactionStore()
Factory method to create a new persistent prepared transaction store for
XA recovery
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryTransactionStore
Provides a TransactionStore implementation that can create transaction aware
MessageStore objects from non transaction aware MessageStore objects.
|
Modifier and Type | Method and Description |
---|---|
TransactionStore |
MemoryPersistenceAdapter.createTransactionStore() |
Constructor and Description |
---|
LocalTransaction(TransactionStore transactionStore,
LocalTransactionId xid,
ConnectionContext context) |
XATransaction(TransactionStore transactionStore,
XATransactionId xid,
TransactionBroker broker,
ConnectionId connectionId) |
Copyright © 2005–2019 FuseSource, Corp.. All rights reserved.