Package | Description |
---|---|
org.apache.activemq.transport.discovery |
Discovery mechanism to discover brokers and clients.
|
org.apache.activemq.transport.discovery.masterslave |
Static discovery implementation for a Master / Slave tuple
|
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 | Method and Description |
---|---|
static DiscoveryAgent |
DiscoveryAgentFactory.createDiscoveryAgent(URI uri) |
protected abstract DiscoveryAgent |
DiscoveryAgentFactory.doCreateDiscoveryAgent(URI uri) |
DiscoveryAgent |
DiscoveryTransport.getDiscoveryAgent() |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryTransport.setDiscoveryAgent(DiscoveryAgent discoveryAgent) |
Modifier and Type | Class and Description |
---|---|
class |
MasterSlaveDiscoveryAgent
A static DiscoveryAgent that supports connecting to a Master / Slave tuple
of brokers.
|
Modifier and Type | Method and Description |
---|---|
protected DiscoveryAgent |
MasterSlaveDiscoveryAgentFactory.doCreateDiscoveryAgent(URI uri) |
Modifier and Type | Class and Description |
---|---|
class |
MulticastDiscoveryAgent
A
DiscoveryAgent using a multicast address and heartbeat packets
encoded using any wireformat, but openwire by default. |
Modifier and Type | Method and Description |
---|---|
protected DiscoveryAgent |
MulticastDiscoveryAgentFactory.doCreateDiscoveryAgent(URI uri) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDiscoveryAgent
A simple DiscoveryAgent that allows static configuration of the discovered
services.
|
Modifier and Type | Method and Description |
---|---|
protected DiscoveryAgent |
SimpleDiscoveryAgentFactory.doCreateDiscoveryAgent(URI uri) |
Modifier and Type | Class and Description |
---|---|
class |
ZeroconfDiscoveryAgent
|
Modifier and Type | Method and Description |
---|---|
protected DiscoveryAgent |
ZeroconfDiscoveryAgentFactory.doCreateDiscoveryAgent(URI uri) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.