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 classes -
-
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
-