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) static ActiveMQConnectionFactoryActiveMQJMSClient.createConnectionFactoryWithHA(org.apache.activemq.artemis.api.core.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, org.apache.activemq.artemis.api.core.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(org.apache.activemq.artemis.api.core.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(org.apache.activemq.artemis.api.core.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(org.apache.activemq.artemis.api.core.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 clientstatic ActiveMQConnectionFactoryActiveMQJMSClient.createConnectionFactoryWithoutHA(JMSFactoryType jmsFactoryType, org.apache.activemq.artemis.api.core.TransportConfiguration... transportConfigurations) Create an ActiveMQConnectionFactory which creates session factories using a static list of transportConfigurations.abstract ActiveMQConnectionFactoryJMSFactoryType.createConnectionFactoryWithoutHA(org.apache.activemq.artemis.api.core.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(org.apache.activemq.artemis.api.core.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 TypeClassDescriptionclassclassclassclassA class that represents a XAConnectionFactory.classclassMethods 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
Subclasses with type arguments of type ActiveMQConnectionFactory in org.apache.activemq.artemis.uriMethods 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