Package | Description |
---|---|
org.apache.activemq.network |
Support for federated networks of brokers.
|
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
|
class |
LdapNetworkConnector
class to create dynamic network connectors listed in an directory server
using the LDAP v3 protocol as defined in RFC 2251, the entries listed in the
directory server must implement the ipHost and ipService objectClasses as
defined in RFC 2307.
|
class |
MulticastNetworkConnector
A network connector which uses some kind of multicast-like transport that
communicates with potentially many remote brokers over a single logical
Transport instance such as when using multicast. |
class |
NetworkConnector
Connector class for bridging broker networks.
|
Modifier and Type | Field and Description |
---|---|
protected NetworkBridgeConfiguration |
DemandForwardingBridgeSupport.configuration |
Modifier and Type | Method and Description |
---|---|
static DemandForwardingBridge |
NetworkBridgeFactory.createBridge(NetworkBridgeConfiguration configuration,
Transport localTransport,
Transport remoteTransport,
NetworkBridgeListener listener)
create a network bridge
|
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.