Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.command |
Command objects used via the Command Pattern to communicate among nodes
|
org.apache.activemq.management |
An implementation of the J2EE Management API
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQXAConnection
The XAConnection interface extends the capability of Connection by providing
an XASession (optional).
|
Modifier and Type | Field and Description |
---|---|
protected ActiveMQConnection |
ActiveMQSession.connection |
Modifier and Type | Method and Description |
---|---|
protected ActiveMQConnection |
ActiveMQConnectionFactory.createActiveMQConnection() |
protected ActiveMQConnection |
ActiveMQConnectionFactory.createActiveMQConnection(String userName,
String password) |
protected ActiveMQConnection |
ActiveMQXAConnectionFactory.createActiveMQConnection(Transport transport,
JMSStatsImpl stats) |
protected ActiveMQConnection |
ActiveMQConnectionFactory.createActiveMQConnection(Transport transport,
JMSStatsImpl stats) |
ActiveMQConnection |
ActiveMQSession.getConnection() |
ActiveMQConnection |
TransactionContext.getConnection() |
static ActiveMQConnection |
ActiveMQConnection.makeConnection()
A static helper method to create a new connection
|
static ActiveMQConnection |
ActiveMQConnection.makeConnection(String uri)
A static helper method to create a new connection
|
static ActiveMQConnection |
ActiveMQConnection.makeConnection(String user,
String password,
String uri)
A static helper method to create a new connection
|
ActiveMQConnection |
TransactionContext.setConnection(ActiveMQConnection connection) |
Modifier and Type | Method and Description |
---|---|
protected void |
ActiveMQConnectionFactory.configureConnection(ActiveMQConnection connection) |
ActiveMQConnection |
TransactionContext.setConnection(ActiveMQConnection connection) |
static ActiveMQMessage |
ActiveMQMessageTransformation.transformMessage(Message message,
ActiveMQConnection connection)
Creates a fast shallow copy of the current ActiveMQMessage or creates a
whole new message instance from an available JMS message from another
provider.
|
Constructor and Description |
---|
ActiveMQConnectionConsumer(ActiveMQConnection theConnection,
ServerSessionPool theSessionPool,
ConsumerInfo theConsumerInfo)
Create a ConnectionConsumer
|
ActiveMQSession(ActiveMQConnection connection,
SessionId sessionId,
int acknowledgeMode,
boolean asyncDispatch) |
ActiveMQSession(ActiveMQConnection connection,
SessionId sessionId,
int acknowledgeMode,
boolean asyncDispatch,
boolean sessionAsyncDispatch)
Construct the Session
|
AdvisoryConsumer(ActiveMQConnection connection,
ConsumerId consumerId) |
TransactionContext(ActiveMQConnection connection) |
Modifier and Type | Field and Description |
---|---|
protected ActiveMQConnection |
ActiveMQTempDestination.connection |
Modifier and Type | Method and Description |
---|---|
ActiveMQConnection |
Message.getConnection() |
ActiveMQConnection |
ActiveMQTempDestination.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
Message.setConnection(ActiveMQConnection connection) |
void |
ActiveMQTempDestination.setConnection(ActiveMQConnection connection) |
Modifier and Type | Method and Description |
---|---|
void |
JMSStatsImpl.addConnection(ActiveMQConnection connection) |
void |
JMSStatsImpl.removeConnection(ActiveMQConnection connection) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.