Package | Description |
---|---|
org.apache.activemq.network |
Support for federated networks of brokers.
|
org.apache.activemq.util |
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
|
Modifier and Type | Method and Description |
---|---|
static BrokerSubscriptionInfo |
NetworkBridgeUtils.getBrokerSubscriptionInfo(BrokerService brokerService,
NetworkBridgeConfiguration config)
Generate the BrokerSubscriptionInfo which is used to tell the broker on the other
side of the network bridge which NC durable subscriptions are still needed for demand.
|
static boolean |
NetworkBridgeUtils.matchesNetworkConfig(NetworkBridgeConfiguration config,
ActiveMQDestination destination) |
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.