Uses of Interface
org.apache.activemq.store.TransactionStore
Packages that use TransactionStore
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
The APIs which need to be implemented for persistent message stores for durable messaging
VM based implementation of message persistence
-
Uses of TransactionStore in org.apache.activemq.broker
Constructors in org.apache.activemq.broker with parameters of type TransactionStore -
Uses of TransactionStore in org.apache.activemq.store
Methods in org.apache.activemq.store that return TransactionStoreModifier and TypeMethodDescriptionPersistenceAdapter.createTransactionStore()Factory method to create a new persistent prepared transaction store for XA recovery -
Uses of TransactionStore in org.apache.activemq.store.memory
Classes in org.apache.activemq.store.memory that implement TransactionStoreModifier and TypeClassDescriptionclassProvides a TransactionStore implementation that can create transaction aware MessageStore objects from non transaction aware MessageStore objects.Methods in org.apache.activemq.store.memory that return TransactionStore -
Uses of TransactionStore in org.apache.activemq.transaction
Constructors in org.apache.activemq.transaction with parameters of type TransactionStoreModifierConstructorDescriptionLocalTransaction(TransactionStore transactionStore, org.apache.activemq.command.LocalTransactionId xid, ConnectionContext context) XATransaction(TransactionStore transactionStore, org.apache.activemq.command.XATransactionId xid, TransactionBroker broker, org.apache.activemq.command.ConnectionId connectionId)