Package | Description |
---|---|
org.apache.activemq.artemis.api.jms | |
org.apache.activemq.artemis.jndi | |
org.apache.activemq.artemis.uri |
Modifier and Type | Method and Description |
---|---|
static JMSFactoryType |
JMSFactoryType.valueOf(int val) |
static JMSFactoryType |
JMSFactoryType.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.
|
Modifier and Type | Method and Description |
---|---|
static 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 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 ActiveMQConnectionFactory |
ActiveMQJMSClient.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 cluster
|
static ActiveMQConnectionFactory |
ActiveMQJMSClient.createConnectionFactoryWithoutHA(JMSFactoryType jmsFactoryType,
TransportConfiguration... transportConfigurations)
Create an ActiveMQConnectionFactory which creates session factories using a static list of
transportConfigurations.
|
Modifier and Type | Method and Description |
---|---|
JMSFactoryType |
ActiveMQInitialContextFactory.getFactoryType(String uri) |
Modifier and Type | Method and Description |
---|---|
static JMSFactoryType |
JMSConnectionOptions.convertCFType(String type) |
JMSFactoryType |
JMSConnectionOptions.getFactoryTypeEnum() |
Copyright © 2020 The Apache Software Foundation. All Rights Reserved.