Uses of Class
org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
Packages that use ActiveMQConnectionFactory
Package
Description
-
Uses of ActiveMQConnectionFactory in org.apache.activemq.artemis.api.jms
Methods in org.apache.activemq.artemis.api.jms that return ActiveMQConnectionFactoryModifier and TypeMethodDescriptionstatic ActiveMQConnectionFactoryActiveMQJMSClient.createConnectionFactory(String url, 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 active servers, no HA backup information is propagated to the client The UDP address and port are used to listen for active 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 active 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.clientModifier and TypeClassDescriptionclassActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory.classA class that represents a XAConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory.Methods in org.apache.activemq.artemis.jms.client that return ActiveMQConnectionFactoryModifier and TypeMethodDescriptionActiveMQConnectionFactory.setPassword(String password) ActiveMQConnectionFactory.setPasswordCodec(String passwordCodec) Methods in org.apache.activemq.artemis.jms.client with parameters of type ActiveMQConnectionFactoryModifier and TypeMethodDescriptionvoidActiveMQConnection.setReference(ActiveMQConnectionFactory factory) -
Uses of ActiveMQConnectionFactory in org.apache.activemq.artemis.uri
Methods in org.apache.activemq.artemis.uri that return ActiveMQConnectionFactoryModifier and TypeMethodDescriptionprotected ActiveMQConnectionFactoryprotected ActiveMQConnectionFactoryprotected ActiveMQConnectionFactoryMethods in org.apache.activemq.artemis.uri with parameters of type ActiveMQConnectionFactoryModifier and TypeMethodDescriptionprotected URIInVMSchema.internalNewURI(ActiveMQConnectionFactory bean) protected URIJGroupsSchema.internalNewURI(ActiveMQConnectionFactory bean) protected URITCPSchema.internalNewURI(ActiveMQConnectionFactory bean) protected URIUDPSchema.internalNewURI(ActiveMQConnectionFactory bean) protected voidTCPSchema.internalPopulateObject(URI uri, Map<String, String> query, ActiveMQConnectionFactory bean) protected ActiveMQConnectionFactory