Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
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.multicast |
Discovery implementation using multicast
|
org.apache.activemq.transport.discovery.rendezvous | |
org.apache.activemq.transport.discovery.simple |
Simple discovery implementation using a static list
|
Modifier and Type | Method and Description |
---|---|
protected DiscoveryAgent |
TransportConnector.createDiscoveryAgent() |
DiscoveryAgent |
TransportConnector.getDiscoveryAgent() |
Modifier and Type | Method and Description |
---|---|
void |
TransportConnector.setDiscoveryAgent(DiscoveryAgent discoveryAgent) |
Modifier and Type | Method and Description |
---|---|
DiscoveryAgent |
DiscoveryNetworkConnector.getDiscoveryAgent() |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryNetworkConnector.setDiscoveryAgent(DiscoveryAgent discoveryAgent) |
Modifier and Type | Method and Description |
---|---|
static DiscoveryAgent |
DiscoveryAgentFactory.createDiscoveryAgent(java.net.URI uri) |
protected abstract DiscoveryAgent |
DiscoveryAgentFactory.doCreateDiscoveryAgent(java.net.URI uri) |
DiscoveryAgent |
DiscoveryTransport.getDiscoveryAgent() |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryTransport.setDiscoveryAgent(DiscoveryAgent discoveryAgent) |
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(java.net.URI uri) |
Modifier and Type | Class and Description |
---|---|
class |
RendezvousDiscoveryAgent
|
Modifier and Type | Method and Description |
---|---|
protected DiscoveryAgent |
RendezvousDiscoveryAgentFactory.doCreateDiscoveryAgent(java.net.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(java.net.URI uri) |
Copyright © 2005-2012. All Rights Reserved.