| Package | Description |
|---|---|
| org.apache.activemq.network |
Support for federated networks of brokers.
|
| org.apache.activemq.transport.discovery |
Discovery mechanism to discover brokers and clients.
|
| org.apache.activemq.transport.discovery.http | |
| org.apache.activemq.transport.discovery.multicast |
Discovery implementation using multicast
|
| org.apache.activemq.transport.discovery.simple |
Simple discovery implementation using a static list
|
| org.apache.activemq.transport.discovery.zeroconf |
| Modifier and Type | Class and Description |
|---|---|
class |
DiscoveryNetworkConnector
A network connector which uses a discovery agent to detect the remote brokers
available and setup a connection to each available remote broker
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiscoveryTransport
A
ReliableTransportChannel which uses a DiscoveryAgent to
discover remote broker instances and dynamically connect to them. |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryAgent.setDiscoveryListener(DiscoveryListener listener)
Sets the discovery listener
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPDiscoveryAgent.setDiscoveryListener(DiscoveryListener discoveryListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
MulticastDiscoveryAgent.setDiscoveryListener(DiscoveryListener listener)
Set the discovery listener
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleDiscoveryAgent.setDiscoveryListener(DiscoveryListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ZeroconfDiscoveryAgent.setDiscoveryListener(DiscoveryListener listener) |
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.