Package | Description |
---|---|
org.hornetq.api.jms |
API to create HornetQ JMS resources.
|
org.hornetq.jms.client |
Implementation of the JMS API.
|
Modifier and Type | Method and Description |
---|---|
static HornetQConnectionFactory |
HornetQJMSClient.createConnectionFactoryWithHA(DiscoveryGroupConfiguration groupConfiguration,
JMSFactoryType jmsFactoryType)
Creates a HornetQConnectionFactory that receives cluster topology updates from the cluster as
servers leave or join and new backups are appointed or removed.
|
static HornetQConnectionFactory |
HornetQJMSClient.createConnectionFactoryWithHA(JMSFactoryType jmsFactoryType,
TransportConfiguration... initialServers)
Create a HornetQConnectionFactory which will receive cluster topology updates from the cluster
as servers leave or join and new backups are appointed or removed.
|
static HornetQConnectionFactory |
HornetQJMSClient.createConnectionFactoryWithoutHA(DiscoveryGroupConfiguration groupConfiguration,
JMSFactoryType jmsFactoryType)
Create a HornetQConnectionFactory 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 HornetQConnectionFactory |
HornetQJMSClient.createConnectionFactoryWithoutHA(JMSFactoryType jmsFactoryType,
TransportConfiguration... transportConfigurations)
Create a HornetQConnectionFactory which creates session factories using a static list of
transportConfigurations.
|
Modifier and Type | Class and Description |
---|---|
class |
HornetQJMSConnectionFactory
A class that represents a ConnectionFactory.
|
class |
HornetQQueueConnectionFactory
A class that represents a QueueConnectionFactory.
|
class |
HornetQTopicConnectionFactory
A class that represents a TopicConnectionFactory.
|
class |
HornetQXAConnectionFactory
A class that represents a XAConnectionFactory.
|
class |
HornetQXAQueueConnectionFactory
A class that represents a XAQueueConnectionFactory.
|
class |
HornetQXATopicConnectionFactory
A class that represents a XATopicConnectionFactory.
|
Modifier and Type | Method and Description |
---|---|
void |
HornetQConnection.setReference(HornetQConnectionFactory factory) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.