Package org.apache.activemq.network

Support for federated networks of brokers.

See:
          Description

Interface Summary
Bridge Represents a network bridge interface
ConnectionFilter Abstraction that allows you to control which brokers a NetworkConnector connects bridges to.
 

Class Summary
CompositeDemandForwardingBridge A demand forwarding bridge which works with multicast style transports where a single Transport could be communicating with multiple remote brokers
ConduitBridge Consolidates subscriptions
DemandForwardingBridge Forwards messages from the local broker to the remote broker based on demand.
DemandForwardingBridgeSupport A useful base class for implementing demand forwarding bridges.
DemandSubscription Represents a network bridge interface
DiscoveryNetworkConnector A network connector which uses a discovery agent to detect the remote brokers available and setup a connection to each available remote broker
DurableConduitBridge Consolidates subscriptions
ForwardingBridge Forwards all messages from the local broker to the remote broker.
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.
NetworkConnector  
 

Package org.apache.activemq.network Description

Support for federated networks of brokers.



Copyright © 2009 Apache Software Foundation. All Rights Reserved.