Class DemandForwardingBridge

java.lang.Object
org.apache.activemq.network.DemandForwardingBridgeSupport
org.apache.activemq.network.DemandForwardingBridge
All Implemented Interfaces:
BrokerServiceAware, NetworkBridge, org.apache.activemq.Service
Direct Known Subclasses:
ConduitBridge

public class DemandForwardingBridge extends DemandForwardingBridgeSupport
Forwards messages from the local broker to the remote broker based on demand.
  • Constructor Details

    • DemandForwardingBridge

      public DemandForwardingBridge(NetworkBridgeConfiguration configuration, org.apache.activemq.transport.Transport localBroker, org.apache.activemq.transport.Transport remoteBroker)