Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.ra |
JCA managed connections and resource adapters for working with ActiveMQ
|
Modifier and Type | Method and Description |
---|---|
TransactionContext |
ActiveMQSession.getTransactionContext()
Returns the transaction context of the session.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQSession.setTransactionContext(TransactionContext transactionContext)
Sets the transaction context of the session.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedTransactionContext
Allows us to switch between using a shared transaction context, or using a
local transaction context.
|
Modifier and Type | Method and Description |
---|---|
TransactionContext |
ActiveMQManagedConnection.getTransactionContext() |
Modifier and Type | Method and Description |
---|---|
void |
LocalAndXATransaction.setTransactionContext(TransactionContext transactionContext) |
Constructor and Description |
---|
LocalAndXATransaction(TransactionContext transactionContext) |
ManagedTransactionContext(TransactionContext sharedContext) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.