|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiscoveryGroupConfiguration | |
|---|---|
| org.hornetq.api.core.client | Core Client Messaging API. |
| org.hornetq.api.jms | API to create HornetQ JMS resources. |
| org.hornetq.api.jms.management | Management API for HornetQ JMS resources. |
| Uses of DiscoveryGroupConfiguration in org.hornetq.api.core.client |
|---|
| Methods in org.hornetq.api.core.client that return DiscoveryGroupConfiguration | |
|---|---|
DiscoveryGroupConfiguration |
ServerLocator.getDiscoveryGroupConfiguration()
The discovery group configuration |
| Methods in org.hornetq.api.core.client with parameters of type DiscoveryGroupConfiguration | |
|---|---|
static ServerLocator |
HornetQClient.createServerLocatorWithHA(DiscoveryGroupConfiguration groupConfiguration)
Create a ServerLocator which will receive cluster topology updates from the cluster as servers leave or join and new backups are appointed or removed. |
static ServerLocator |
HornetQClient.createServerLocatorWithoutHA(DiscoveryGroupConfiguration groupConfiguration)
Create a ServerLocator 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 |
| Uses of DiscoveryGroupConfiguration in org.hornetq.api.jms |
|---|
| Methods in org.hornetq.api.jms with parameters of type DiscoveryGroupConfiguration | |
|---|---|
static org.hornetq.jms.client.HornetQConnectionFactory |
HornetQJMSClient.createConnectionFactoryWithHA(DiscoveryGroupConfiguration groupConfiguration,
JMSFactoryType jmsFactoryType)
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 org.hornetq.jms.client.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 |
| Uses of DiscoveryGroupConfiguration in org.hornetq.api.jms.management |
|---|
| Methods in org.hornetq.api.jms.management that return DiscoveryGroupConfiguration | |
|---|---|
DiscoveryGroupConfiguration |
ConnectionFactoryControl.getDiscoveryGroupConfiguration()
get the discovery group configuration |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||