Uses of Enum Class
org.apache.activemq.artemis.api.jms.JMSFactoryType
Packages that use JMSFactoryType
Package
Description
-
Uses of JMSFactoryType in org.apache.activemq.artemis.api.jms
Methods in org.apache.activemq.artemis.api.jms that return JMSFactoryTypeModifier and TypeMethodDescriptionstatic JMSFactoryTypeJMSFactoryType.valueOf(int val) Returns the enum constant of this class with the specified name.static JMSFactoryTypeReturns 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 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 active servers, no HA backup information is propagated to the clientstatic 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 -
Uses of JMSFactoryType in org.apache.activemq.artemis.uri
Methods in org.apache.activemq.artemis.uri that return JMSFactoryTypeModifier and TypeMethodDescriptionstatic JMSFactoryTypeJMSConnectionOptions.convertCFType(String type) JMSConnectionOptions.getFactoryTypeEnum()