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 |
Modifier and Type | Field and Description |
---|---|
protected NetworkBridgeConfiguration |
DemandForwardingBridgeSupport.configuration |
Modifier and Type | Method and Description |
---|---|
static DemandForwardingBridge |
NetworkBridgeFactory.createBridge(NetworkBridgeConfiguration config,
Transport localTransport,
Transport remoteTransport)
Create a network bridge
|
static DemandForwardingBridge |
NetworkBridgeFactory.createBridge(NetworkBridgeConfiguration configuration,
Transport localTransport,
Transport remoteTransport,
NetworkBridgeListener listener)
create a network bridge
|
Constructor and Description |
---|
CompositeDemandForwardingBridge(NetworkBridgeConfiguration configuration,
Transport localBroker,
Transport remoteBroker) |
ConduitBridge(NetworkBridgeConfiguration configuration,
Transport localBroker,
Transport remoteBroker)
Constructor
|
DemandForwardingBridge(NetworkBridgeConfiguration configuration,
Transport localBroker,
Transport remoteBroker) |
DemandForwardingBridgeSupport(NetworkBridgeConfiguration configuration,
Transport localBroker,
Transport remoteBroker) |
DurableConduitBridge(NetworkBridgeConfiguration configuration,
Transport localBroker,
Transport remoteBroker)
Constructor
|
Copyright © 2005-2017. All Rights Reserved.