Package | Description |
---|---|
org.apache.activemq.artemis.api.jms |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.activemq.artemis.jms.client |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.activemq.artemis.jms.management.impl | |
org.apache.activemq.artemis.jms.server | |
org.apache.activemq.artemis.jms.server.impl | |
org.apache.activemq.artemis.jms.server.management | |
org.apache.activemq.artemis.jms.server.management.impl | |
org.apache.activemq.artemis.uri |
Modifier and Type | Method and Description |
---|---|
static ActiveMQConnectionFactory |
ActiveMQJMSClient.createConnectionFactory(String url,
String name)
Creates a ActiveMQConnectionFactory;
|
static ActiveMQConnectionFactory |
ActiveMQJMSClient.createConnectionFactoryWithHA(DiscoveryGroupConfiguration groupConfiguration,
JMSFactoryType jmsFactoryType)
Creates a 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 a 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 a 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 a ActiveMQConnectionFactory which creates session factories using a static list of
transportConfigurations.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQJMSConnectionFactory
A class that represents a ConnectionFactory.
|
class |
ActiveMQQueueConnectionFactory
A class that represents a QueueConnectionFactory.
|
class |
ActiveMQTopicConnectionFactory
A class that represents a TopicConnectionFactory.
|
class |
ActiveMQXAConnectionFactory
A class that represents a XAConnectionFactory.
|
class |
ActiveMQXAQueueConnectionFactory
A class that represents a XAQueueConnectionFactory.
|
class |
ActiveMQXATopicConnectionFactory
A class that represents a XATopicConnectionFactory.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQConnection.setReference(ActiveMQConnectionFactory factory) |
Constructor and Description |
---|
JMSConnectionFactoryControlImpl(ConnectionFactoryConfiguration cfConfig,
ActiveMQConnectionFactory cf,
JMSServerManager jmsManager,
String name) |
Modifier and Type | Method and Description |
---|---|
ActiveMQConnectionFactory |
JMSServerManager.recreateCF(String name,
ConnectionFactoryConfiguration cf)
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) |
ActiveMQConnectionFactory |
JMSServerManagerImpl.recreateCF(String name,
ConnectionFactoryConfiguration cf) |
Modifier and Type | Method and Description |
---|---|
void |
JMSManagementService.registerConnectionFactory(String name,
ConnectionFactoryConfiguration config,
ActiveMQConnectionFactory connectionFactory) |
Modifier and Type | Method and Description |
---|---|
void |
JMSManagementServiceImpl.registerConnectionFactory(String name,
ConnectionFactoryConfiguration cfConfig,
ActiveMQConnectionFactory connectionFactory) |
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) |
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) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.