| Package | Description |
|---|---|
| org.apache.activemq.network |
Support for federated networks of brokers.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<org.apache.activemq.command.ConsumerId,DemandSubscription> |
DemandForwardingBridgeSupport.subscriptionMapByLocalId |
protected ConcurrentMap<org.apache.activemq.command.ConsumerId,DemandSubscription> |
DemandForwardingBridgeSupport.subscriptionMapByRemoteId |
| Modifier and Type | Method and Description |
|---|---|
protected DemandSubscription |
DemandForwardingBridgeSupport.createDemandSubscription(org.apache.activemq.command.ActiveMQDestination destination,
String subscriptionName) |
protected DemandSubscription |
DurableConduitBridge.createDemandSubscription(org.apache.activemq.command.ConsumerInfo info) |
protected DemandSubscription |
DemandForwardingBridgeSupport.createDemandSubscription(org.apache.activemq.command.ConsumerInfo info) |
protected DemandSubscription |
ConduitBridge.createDemandSubscription(org.apache.activemq.command.ConsumerInfo info) |
protected DemandSubscription |
DemandForwardingBridgeSupport.doCreateDemandSubscription(org.apache.activemq.command.ConsumerInfo info) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<org.apache.activemq.command.ConsumerId,DemandSubscription> |
DemandForwardingBridgeSupport.getLocalSubscriptionMap() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DemandForwardingBridgeSupport.addProxyNetworkSubscriptionBrokerPath(DemandSubscription sub,
org.apache.activemq.command.BrokerId[] path,
String subName)
Add a durable remote proxy subscription when we can generate via the BrokerId path
This is the most common scenario
|
protected void |
DemandForwardingBridgeSupport.addProxyNetworkSubscriptionClientId(DemandSubscription sub,
String clientId,
String subName)
This scenaior is primarily used for durable sync on broker restarts
|
protected void |
DemandForwardingBridgeSupport.addSubscription(DemandSubscription sub) |
protected void |
DemandForwardingBridgeSupport.configureDemandSubscription(org.apache.activemq.command.ConsumerInfo info,
DemandSubscription sub) |
protected void |
DemandForwardingBridgeSupport.removeSubscription(DemandSubscription sub) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.