|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQConnectionFactory | |
---|---|
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. |
Uses of ActiveMQConnectionFactory in org.apache.activemq |
---|
Subclasses of ActiveMQConnectionFactory in org.apache.activemq | |
---|---|
class |
ActiveMQSslConnectionFactory
An ActiveMQConnectionFactory that allows access to the key and trust managers used for SslConnections. |
class |
ActiveMQXAConnectionFactory
A factory of XAConnection instances |
Methods in org.apache.activemq that return ActiveMQConnectionFactory | |
---|---|
ActiveMQConnectionFactory |
ActiveMQConnectionFactory.copy()
Returns a copy of the given connection factory |
Uses of ActiveMQConnectionFactory in org.apache.activemq.jndi |
---|
Methods in org.apache.activemq.jndi that return ActiveMQConnectionFactory | |
---|---|
protected ActiveMQConnectionFactory |
ActiveMQInitialContextFactory.createConnectionFactory(java.util.Hashtable environment)
Factory method to create a new connection factory from the given environment |
protected ActiveMQConnectionFactory |
ActiveMQInitialContextFactory.createConnectionFactory(java.lang.String name,
java.util.Hashtable environment)
|
Uses of ActiveMQConnectionFactory in org.apache.activemq.network.jms |
---|
Fields in org.apache.activemq.network.jms declared as ActiveMQConnectionFactory | |
---|---|
protected ActiveMQConnectionFactory |
JmsConnector.embeddedConnectionFactory
|
Uses of ActiveMQConnectionFactory in org.apache.activemq.pool |
---|
Constructors in org.apache.activemq.pool with parameters of type ActiveMQConnectionFactory | |
---|---|
AmqJNDIPooledConnectionFactory(ActiveMQConnectionFactory connectionFactory)
|
|
JcaPooledConnectionFactory(ActiveMQConnectionFactory connectionFactory)
|
|
PooledConnectionFactory(ActiveMQConnectionFactory connectionFactory)
|
|
XaPooledConnectionFactory(ActiveMQConnectionFactory connectionFactory)
|
Uses of ActiveMQConnectionFactory in org.apache.activemq.ra |
---|
Methods in org.apache.activemq.ra that return ActiveMQConnectionFactory | |
---|---|
protected ActiveMQConnectionFactory |
ActiveMQConnectionSupport.createConnectionFactory(ActiveMQConnectionRequestInfo connectionRequestInfo)
Creates a factory for obtaining physical connections to an Active MQ broker. |
ActiveMQConnectionFactory |
ActiveMQResourceAdapter.getConnectionFactory()
|
Methods in org.apache.activemq.ra with parameters of type ActiveMQConnectionFactory | |
---|---|
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)
|
Uses of ActiveMQConnectionFactory in org.apache.activemq.spring |
---|
Subclasses of ActiveMQConnectionFactory in org.apache.activemq.spring | |
---|---|
class |
ActiveMQConnectionFactory
A Spring enhanced connection factory which will automatically use the Spring bean name as the clientIDPrefix property so that connections created have client IDs related to your Spring.xml file for easier comprehension from JMX. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |