Uses of Class
org.apache.activemq.ActiveMQConnectionFactory
-
Packages that use ActiveMQConnectionFactory Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.jndi JNDI support classesorg.apache.activemq.junit org.apache.activemq.network.jms Support for a federated network using a foreign JMS provider.org.apache.activemq.pool org.apache.activemq.ra JCA managed connections and resource adapters for working with ActiveMQorg.apache.activemq.spring Helper classes for working with the JMS client and Spring.org.apache.activemq.tool -
-
Uses of ActiveMQConnectionFactory in org.apache.activemq
Subclasses of ActiveMQConnectionFactory in org.apache.activemq Modifier and Type Class Description class
ActiveMQSslConnectionFactory
An ActiveMQConnectionFactory that allows access to the key and trust managers used for SslConnections.class
ActiveMQXAConnectionFactory
A factory ofXAConnection
instancesclass
ActiveMQXASslConnectionFactory
Methods in org.apache.activemq that return ActiveMQConnectionFactory Modifier and Type Method Description 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 Modifier and Type Method Description protected ActiveMQConnectionFactory
ActiveMQInitialContextFactory. createConnectionFactory(String name, Hashtable environment)
protected ActiveMQConnectionFactory
ActiveMQInitialContextFactory. createConnectionFactory(Hashtable environment)
Factory method to create a new connection factory from the given environmentprotected ActiveMQConnectionFactory
ActiveMQSslInitialContextFactory. createConnectionFactory(Hashtable environment)
Factory method to create a new connection factory from the given environment -
Uses of ActiveMQConnectionFactory in org.apache.activemq.junit
Methods in org.apache.activemq.junit that return ActiveMQConnectionFactory Modifier and Type Method Description ActiveMQConnectionFactory
EmbeddedActiveMQBroker. createConnectionFactory()
Create an ActiveMQConnectionFactory for the embedded ActiveMQ Broker -
Uses of ActiveMQConnectionFactory in org.apache.activemq.network.jms
Fields in org.apache.activemq.network.jms declared as ActiveMQConnectionFactory Modifier and Type Field Description protected ActiveMQConnectionFactory
JmsConnector. embeddedConnectionFactory
-
Uses of ActiveMQConnectionFactory in org.apache.activemq.pool
Constructors in org.apache.activemq.pool with parameters of type ActiveMQConnectionFactory Constructor Description PooledConnectionFactory(ActiveMQConnectionFactory activeMQConnectionFactory)
-
Uses of ActiveMQConnectionFactory in org.apache.activemq.ra
Methods in org.apache.activemq.ra that return ActiveMQConnectionFactory Modifier and Type Method Description protected ActiveMQConnectionFactory
ActiveMQConnectionSupport. createConnectionFactory(ActiveMQConnectionRequestInfo connectionRequestInfo, MessageActivationSpec activationSpec)
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 Modifier and Type Method Description void
ActiveMQConnectionRequestInfo. configure(ActiveMQConnectionFactory factory, MessageActivationSpec activationSpec)
Configures the given connection factoryActiveMQConnection
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 Modifier and Type Class Description class
ActiveMQConnectionFactory
class
ActiveMQXAConnectionFactory
-
Uses of ActiveMQConnectionFactory in org.apache.activemq.tool
Fields in org.apache.activemq.tool declared as ActiveMQConnectionFactory Modifier and Type Field Description protected ActiveMQConnectionFactory
JMSMemtest. connectionFactory
-