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 classActiveMQSslConnectionFactoryAn ActiveMQConnectionFactory that allows access to the key and trust managers used for SslConnections.classActiveMQXAConnectionFactoryA factory ofXAConnectioninstancesclassActiveMQXASslConnectionFactoryMethods in org.apache.activemq that return ActiveMQConnectionFactory Modifier and Type Method Description ActiveMQConnectionFactoryActiveMQConnectionFactory. 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 ActiveMQConnectionFactoryActiveMQInitialContextFactory. createConnectionFactory(String name, Hashtable environment)protected ActiveMQConnectionFactoryActiveMQInitialContextFactory. createConnectionFactory(Hashtable environment)Factory method to create a new connection factory from the given environmentprotected ActiveMQConnectionFactoryActiveMQSslInitialContextFactory. 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 ActiveMQConnectionFactoryEmbeddedActiveMQBroker. 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 ActiveMQConnectionFactoryJmsConnector. 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 ActiveMQConnectionFactoryActiveMQConnectionSupport. createConnectionFactory(ActiveMQConnectionRequestInfo connectionRequestInfo, MessageActivationSpec activationSpec)Creates a factory for obtaining physical connections to an Active MQ broker.ActiveMQConnectionFactoryActiveMQResourceAdapter. getConnectionFactory()Methods in org.apache.activemq.ra with parameters of type ActiveMQConnectionFactory Modifier and Type Method Description voidActiveMQConnectionRequestInfo. configure(ActiveMQConnectionFactory factory, MessageActivationSpec activationSpec)Configures the given connection factoryActiveMQConnectionActiveMQConnectionSupport. 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.voidActiveMQResourceAdapter. setConnectionFactory(ActiveMQConnectionFactory aConnectionFactory) -
Uses of ActiveMQConnectionFactory in org.apache.activemq.spring
Subclasses of ActiveMQConnectionFactory in org.apache.activemq.spring Modifier and Type Class Description classActiveMQConnectionFactoryclassActiveMQXAConnectionFactory -
Uses of ActiveMQConnectionFactory in org.apache.activemq.tool
Fields in org.apache.activemq.tool declared as ActiveMQConnectionFactory Modifier and Type Field Description protected ActiveMQConnectionFactoryJMSMemtest. connectionFactory
-