Uses of Enum Class
org.apache.activemq.artemis.api.jms.JMSFactoryType
Packages that use JMSFactoryType
-
Uses of JMSFactoryType in org.apache.activemq.artemis.api.jms
Methods in org.apache.activemq.artemis.api.jms that return JMSFactoryTypeModifier and TypeMethodDescriptionstatic JMSFactoryType
JMSFactoryType.valueOf
(int val) Returns the enum constant of this class with the specified name.static JMSFactoryType
Returns the enum constant of this class with the specified name.static JMSFactoryType[]
JMSFactoryType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.api.jms with parameters of type JMSFactoryTypeModifier and TypeMethodDescriptionstatic org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
ActiveMQJMSClient.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 org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
ActiveMQJMSClient.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.static org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
ActiveMQJMSClient.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 clientstatic org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
ActiveMQJMSClient.createConnectionFactoryWithoutHA
(JMSFactoryType jmsFactoryType, TransportConfiguration... transportConfigurations) Create an ActiveMQConnectionFactory which creates session factories using a static list of transportConfigurations.