Package | Description |
---|---|
org.apache.activemq.transport.discovery |
Discovery mechanism to discover brokers and clients.
|
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 |
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 |
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–2016 FuseSource, Corp.. All rights reserved.