Uses of Class
org.apache.activemq.artemis.api.jms.JMSFactoryType
-
Packages that use JMSFactoryType Package Description org.apache.activemq.artemis.api.jms org.apache.activemq.artemis.jndi org.apache.activemq.artemis.uri -
-
Uses of JMSFactoryType in org.apache.activemq.artemis.api.jms
Methods in org.apache.activemq.artemis.api.jms that return JMSFactoryType Modifier and Type Method Description static JMSFactoryTypeJMSFactoryType. valueOf(int val)Returns the enum constant of this type with the specified name.static JMSFactoryTypeJMSFactoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static JMSFactoryType[]JMSFactoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.api.jms with parameters of type JMSFactoryType Modifier and Type Method Description 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.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. -
Uses of JMSFactoryType in org.apache.activemq.artemis.jndi
Methods in org.apache.activemq.artemis.jndi that return JMSFactoryType Modifier and Type Method Description JMSFactoryTypeActiveMQInitialContextFactory. getFactoryType(String uri) -
Uses of JMSFactoryType in org.apache.activemq.artemis.uri
Methods in org.apache.activemq.artemis.uri that return JMSFactoryType Modifier and Type Method Description static JMSFactoryTypeJMSConnectionOptions. convertCFType(String type)JMSFactoryTypeJMSConnectionOptions. getFactoryTypeEnum()
-