Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.jndi |
JNDI support classes
|
org.apache.activemq.network.jms |
Support for a federated network using a foreign JMS provider.
|
org.apache.activemq.pool |
A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like
Spring's JmsTemplate.
|
org.apache.activemq.ra |
JCA managed connections and resource adapters for working with ActiveMQ
|
org.apache.activemq.spring |
Helper classes for working with the JMS client and Spring.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQSslConnectionFactory
An ActiveMQConnectionFactory that allows access to the key and trust managers
used for SslConnections.
|
class |
ActiveMQXAConnectionFactory
A factory of
XAConnection instances |
Modifier and Type | Method and Description |
---|---|
ActiveMQConnectionFactory |
ActiveMQConnectionFactory.copy()
Returns a copy of the given connection factory
|
Modifier and Type | Method and Description |
---|---|
protected ActiveMQConnectionFactory |
ActiveMQInitialContextFactory.createConnectionFactory(Hashtable environment)
Factory method to create a new connection factory from the given
environment
|
protected ActiveMQConnectionFactory |
ActiveMQInitialContextFactory.createConnectionFactory(String name,
Hashtable environment) |
Modifier and Type | Field and Description |
---|---|
protected ActiveMQConnectionFactory |
JmsConnector.embeddedConnectionFactory |
Constructor and Description |
---|
AmqJNDIPooledConnectionFactory(ActiveMQConnectionFactory connectionFactory) |
JcaPooledConnectionFactory(ActiveMQConnectionFactory connectionFactory) |
PooledConnectionFactory(ActiveMQConnectionFactory connectionFactory) |
XaPooledConnectionFactory(ActiveMQConnectionFactory connectionFactory) |
Modifier and Type | Method and Description |
---|---|
protected ActiveMQConnectionFactory |
ActiveMQConnectionSupport.createConnectionFactory(ActiveMQConnectionRequestInfo connectionRequestInfo)
Creates a factory for obtaining physical connections to an Active MQ
broker.
|
ActiveMQConnectionFactory |
ActiveMQResourceAdapter.getConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQConnectionRequestInfo.configure(ActiveMQConnectionFactory factory)
Configures the given connection factory
|
ActiveMQConnection |
ActiveMQConnectionSupport.makeConnection(ActiveMQConnectionRequestInfo connectionRequestInfo,
ActiveMQConnectionFactory connectionFactory)
Creates a new physical connection to an Active MQ broker using a given
connection factory and credentials supplied in connection request information.
|
void |
ActiveMQResourceAdapter.setConnectionFactory(ActiveMQConnectionFactory aConnectionFactory) |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQConnectionFactory
|
Copyright © 2005–2016. All rights reserved.