Package | Description |
---|---|
org.apache.activemq.network |
Support for federated networks of brokers.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<ConsumerId,DemandSubscription> |
DemandForwardingBridgeSupport.subscriptionMapByLocalId |
protected ConcurrentHashMap<ConsumerId,DemandSubscription> |
DemandForwardingBridgeSupport.subscriptionMapByRemoteId |
Modifier and Type | Method and Description |
---|---|
protected DemandSubscription |
DemandForwardingBridgeSupport.createDemandSubscription(ActiveMQDestination destination) |
protected DemandSubscription |
DemandForwardingBridgeSupport.createDemandSubscription(ConsumerInfo info) |
protected DemandSubscription |
DurableConduitBridge.createDemandSubscription(ConsumerInfo info) |
protected DemandSubscription |
ConduitBridge.createDemandSubscription(ConsumerInfo info) |
protected DemandSubscription |
DemandForwardingBridgeSupport.doCreateDemandSubscription(ConsumerInfo info) |
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap<ConsumerId,DemandSubscription> |
DemandForwardingBridgeSupport.getLocalSubscriptionMap() |
Modifier and Type | Method and Description |
---|---|
protected void |
DemandForwardingBridgeSupport.addSubscription(DemandSubscription sub) |
protected void |
DemandForwardingBridgeSupport.configureDemandSubscription(ConsumerInfo info,
DemandSubscription sub) |
protected void |
DemandForwardingBridgeSupport.removeSubscription(DemandSubscription sub) |
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.