Modifier and Type | Method and Description |
---|---|
static ActiveMQConnectionFactory |
ActiveMQJMSClient.createConnectionFactory(String url,
String name)
Creates an ActiveMQConnectionFactory;
|
abstract ActiveMQConnectionFactory |
JMSFactoryType.createConnectionFactoryWithHA(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.
|
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.
|
abstract ActiveMQConnectionFactory |
JMSFactoryType.createConnectionFactoryWithHA(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 ActiveMQConnectionFactory |
JMSFactoryType.createConnectionFactoryWithoutHA(DiscoveryGroupConfiguration groupConfiguration)
Create an ActiveMQConnectionFactory which creates session factories from a set of live servers, no HA backup information is propagated to the client
|
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.
|
abstract ActiveMQConnectionFactory |
JMSFactoryType.createConnectionFactoryWithoutHA(TransportConfiguration... transportConfigurations)
Create an ActiveMQConnectionFactory which creates session factories using a static list of
transportConfigurations.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQJMSConnectionFactory
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
|
class |
ActiveMQQueueConnectionFactory
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
|
class |
ActiveMQTopicConnectionFactory
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
|
class |
ActiveMQXAConnectionFactory
A class that represents a XAConnectionFactory.
|
class |
ActiveMQXAQueueConnectionFactory
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
|
class |
ActiveMQXATopicConnectionFactory
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
|
Modifier and Type | Method and Description |
---|---|
ActiveMQConnectionFactory |
ActiveMQConnectionFactory.disableFinalizeChecks() |
ActiveMQConnectionFactory |
ActiveMQConnectionFactory.setPassword(String password) |
ActiveMQConnectionFactory |
ActiveMQConnectionFactory.setUser(String user) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQConnection.setReference(ActiveMQConnectionFactory factory) |
Modifier and Type | Method and Description |
---|---|
ActiveMQConnectionFactory |
JMSServerManager.recreateCF(String name,
ConnectionFactoryConfiguration cf)
Deprecated.
Call this method to have a CF rebound to the Binding Registry and stored on the Journal
|
Modifier and Type | Method and Description |
---|---|
protected ActiveMQConnectionFactory |
JMSServerManagerImpl.internalCreateCFPOJO(ConnectionFactoryConfiguration cfConfig)
Deprecated.
|
ActiveMQConnectionFactory |
JMSServerManagerImpl.recreateCF(String name,
ConnectionFactoryConfiguration cf)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ActiveMQConnectionFactory |
UDPSchema.internalNewObject(URI uri,
Map<String,String> query,
String name) |
protected ActiveMQConnectionFactory |
TCPSchema.internalNewObject(URI uri,
Map<String,String> query,
String name) |
ActiveMQConnectionFactory |
JGroupsSchema.internalNewObject(URI uri,
Map<String,String> query,
String name) |
protected ActiveMQConnectionFactory |
InVMSchema.internalNewObject(URI uri,
Map<String,String> query,
String name) |
protected ActiveMQConnectionFactory |
AbstractCFSchema.setData(URI uri,
Map<String,String> query,
ActiveMQConnectionFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected URI |
UDPSchema.internalNewURI(ActiveMQConnectionFactory bean) |
protected URI |
TCPSchema.internalNewURI(ActiveMQConnectionFactory bean) |
protected URI |
JGroupsSchema.internalNewURI(ActiveMQConnectionFactory bean) |
protected URI |
InVMSchema.internalNewURI(ActiveMQConnectionFactory bean) |
protected void |
TCPSchema.internalPopulateObject(URI uri,
Map<String,String> query,
ActiveMQConnectionFactory bean) |
protected ActiveMQConnectionFactory |
AbstractCFSchema.setData(URI uri,
Map<String,String> query,
ActiveMQConnectionFactory factory) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.