Uses of Class
org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
-
Uses of ActiveMQConnectionFactory in org.apache.activemq.artemis.api.jms
Methods in org.apache.activemq.artemis.api.jms that return ActiveMQConnectionFactory Modifier and Type Method Description static ActiveMQConnectionFactoryActiveMQJMSClient. createConnectionFactory(java.lang.String url, java.lang.String name)Creates an ActiveMQConnectionFactory;static ActiveMQConnectionFactoryActiveMQJMSClient. createConnectionFactoryWithHA(DiscoveryGroupConfiguration groupConfiguration, JMSFactoryType jmsFactoryType)Creates an ActiveMQConnectionFactory that receives cluster topology updates from the cluster as servers leave or join and new backups are appointed or removed.static ActiveMQConnectionFactoryActiveMQJMSClient. createConnectionFactoryWithHA(JMSFactoryType jmsFactoryType, TransportConfiguration... initialServers)Create an ActiveMQConnectionFactory which will receive cluster topology updates from the cluster as servers leave or join and new backups are appointed or removed.abstract ActiveMQConnectionFactoryJMSFactoryType. createConnectionFactoryWithHA(DiscoveryGroupConfiguration groupConfiguration)Creates an ActiveMQConnectionFactory that receives cluster topology updates from the cluster as servers leave or join and new backups are appointed or removed.abstract ActiveMQConnectionFactoryJMSFactoryType. createConnectionFactoryWithHA(TransportConfiguration... initialServers)Create an ActiveMQConnectionFactory which will receive cluster topology updates from the cluster as servers leave or join and new backups are appointed or removed.static ActiveMQConnectionFactoryActiveMQJMSClient. createConnectionFactoryWithoutHA(DiscoveryGroupConfiguration groupConfiguration, JMSFactoryType jmsFactoryType)Create an ActiveMQConnectionFactory which creates session factories from a set of live servers, no HA backup information is propagated to the client The UDP address and port are used to listen for live servers in the clusterstatic ActiveMQConnectionFactoryActiveMQJMSClient. createConnectionFactoryWithoutHA(JMSFactoryType jmsFactoryType, TransportConfiguration... transportConfigurations)Create an ActiveMQConnectionFactory which creates session factories using a static list of transportConfigurations.abstract ActiveMQConnectionFactoryJMSFactoryType. createConnectionFactoryWithoutHA(DiscoveryGroupConfiguration groupConfiguration)Create an ActiveMQConnectionFactory which creates session factories from a set of live servers, no HA backup information is propagated to the clientabstract ActiveMQConnectionFactoryJMSFactoryType. createConnectionFactoryWithoutHA(TransportConfiguration... transportConfigurations)Create an ActiveMQConnectionFactory which creates session factories using a static list of transportConfigurations. -
Uses of ActiveMQConnectionFactory in org.apache.activemq.artemis.jms.client
Subclasses of ActiveMQConnectionFactory in org.apache.activemq.artemis.jms.client Modifier and Type Class Description classActiveMQJMSConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQQueueConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQTopicConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQXAConnectionFactoryA class that represents a XAConnectionFactory.classActiveMQXAQueueConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQXATopicConnectionFactoryActiveMQ Artemis implementation of a JMS ConnectionFactory.Methods in org.apache.activemq.artemis.jms.client that return ActiveMQConnectionFactory Modifier and Type Method Description ActiveMQConnectionFactoryActiveMQConnectionFactory. setPassword(java.lang.String password)ActiveMQConnectionFactoryActiveMQConnectionFactory. setUser(java.lang.String user)Methods in org.apache.activemq.artemis.jms.client with parameters of type ActiveMQConnectionFactory Modifier and Type Method Description voidActiveMQConnection. setReference(ActiveMQConnectionFactory factory) -
Uses of ActiveMQConnectionFactory in org.apache.activemq.artemis.jms.server
Methods in org.apache.activemq.artemis.jms.server that return ActiveMQConnectionFactory Modifier and Type Method Description ActiveMQConnectionFactoryJMSServerManager. recreateCF(java.lang.String name, ConnectionFactoryConfiguration cf)Deprecated.Call this method to have a CF rebound to the Binding Registry and stored on the Journal -
Uses of ActiveMQConnectionFactory in org.apache.activemq.artemis.jms.server.impl
Methods in org.apache.activemq.artemis.jms.server.impl that return ActiveMQConnectionFactory Modifier and Type Method Description protected ActiveMQConnectionFactoryJMSServerManagerImpl. internalCreateCFPOJO(ConnectionFactoryConfiguration cfConfig)Deprecated.ActiveMQConnectionFactoryJMSServerManagerImpl. recreateCF(java.lang.String name, ConnectionFactoryConfiguration cf)Deprecated. -
Uses of ActiveMQConnectionFactory in org.apache.activemq.artemis.uri
Methods in org.apache.activemq.artemis.uri that return ActiveMQConnectionFactory Modifier and Type Method Description protected ActiveMQConnectionFactoryInVMSchema. internalNewObject(java.net.URI uri, java.util.Map<java.lang.String,java.lang.String> query, java.lang.String name)ActiveMQConnectionFactoryJGroupsSchema. internalNewObject(java.net.URI uri, java.util.Map<java.lang.String,java.lang.String> query, java.lang.String name)protected ActiveMQConnectionFactoryTCPSchema. internalNewObject(java.net.URI uri, java.util.Map<java.lang.String,java.lang.String> query, java.lang.String name)ActiveMQConnectionFactoryUDPSchema. internalNewObject(java.net.URI uri, java.util.Map<java.lang.String,java.lang.String> query, java.lang.String name)protected ActiveMQConnectionFactoryAbstractCFSchema. setData(java.net.URI uri, java.util.Map<java.lang.String,java.lang.String> query, ActiveMQConnectionFactory factory)Methods in org.apache.activemq.artemis.uri with parameters of type ActiveMQConnectionFactory Modifier and Type Method Description protected java.net.URIInVMSchema. internalNewURI(ActiveMQConnectionFactory bean)protected java.net.URIJGroupsSchema. internalNewURI(ActiveMQConnectionFactory bean)protected java.net.URITCPSchema. internalNewURI(ActiveMQConnectionFactory bean)protected java.net.URIUDPSchema. internalNewURI(ActiveMQConnectionFactory bean)protected voidTCPSchema. internalPopulateObject(java.net.URI uri, java.util.Map<java.lang.String,java.lang.String> query, ActiveMQConnectionFactory bean)protected ActiveMQConnectionFactoryAbstractCFSchema. setData(java.net.URI uri, java.util.Map<java.lang.String,java.lang.String> query, ActiveMQConnectionFactory factory)
-