Uses of Class
org.apache.activemq.network.DemandForwardingBridgeSupport
-
Packages that use DemandForwardingBridgeSupport Package Description org.apache.activemq.network Support for federated networks of brokers. -
-
Uses of DemandForwardingBridgeSupport in org.apache.activemq.network
Subclasses of DemandForwardingBridgeSupport in org.apache.activemq.network Modifier and Type Class Description classCompositeDemandForwardingBridgeA demand forwarding bridge which works with multicast style transports where a single Transport could be communicating with multiple remote brokersclassConduitBridgeConsolidates subscriptionsclassDemandForwardingBridgeForwards messages from the local broker to the remote broker based on demand.classDurableConduitBridgeConsolidates subscriptionsMethods in org.apache.activemq.network that return DemandForwardingBridgeSupport Modifier and Type Method Description protected DemandForwardingBridgeSupportMulticastNetworkConnector. createBridge(org.apache.activemq.transport.Transport local, org.apache.activemq.transport.Transport remote)DemandForwardingBridgeSupportMulticastNetworkConnector. getBridge()Methods in org.apache.activemq.network with parameters of type DemandForwardingBridgeSupport Modifier and Type Method Description protected NetworkBridgeNetworkConnector. configureBridge(DemandForwardingBridgeSupport result)voidMulticastNetworkConnector. setBridge(DemandForwardingBridgeSupport bridge)
-