Uses of Interface
org.apache.activemq.network.Bridge

Packages that use Bridge
org.apache.activemq.network Support for federated networks of brokers. 
 

Uses of Bridge in org.apache.activemq.network
 

Classes in org.apache.activemq.network that implement Bridge
 class CompositeDemandForwardingBridge
          A demand forwarding bridge which works with multicast style transports where a single Transport could be communicating with multiple remote brokers
 class ConduitBridge
          Consolidates subscriptions
 class DemandForwardingBridge
          Forwards messages from the local broker to the remote broker based on demand.
 class DemandForwardingBridgeSupport
          A useful base class for implementing demand forwarding bridges.
 class DurableConduitBridge
          Consolidates subscriptions
 class ForwardingBridge
          Forwards all messages from the local broker to the remote broker.
 

Methods in org.apache.activemq.network that return Bridge
protected  Bridge NetworkConnector.configureBridge(DemandForwardingBridgeSupport result)
           
protected  Bridge DiscoveryNetworkConnector.createBridge(Transport localTransport, Transport remoteTransport, DiscoveryEvent event)
           
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.