Uses of Class
org.apache.activemq.network.DemandSubscription
-
Packages that use DemandSubscription Package Description org.apache.activemq.network Support for federated networks of brokers. -
-
Uses of DemandSubscription in org.apache.activemq.network
Fields in org.apache.activemq.network with type parameters of type DemandSubscription Modifier and Type Field Description protected ConcurrentMap<org.apache.activemq.command.ConsumerId,DemandSubscription>DemandForwardingBridgeSupport. subscriptionMapByLocalIdprotected ConcurrentMap<org.apache.activemq.command.ConsumerId,DemandSubscription>DemandForwardingBridgeSupport. subscriptionMapByRemoteIdMethods in org.apache.activemq.network that return DemandSubscription Modifier and Type Method Description protected DemandSubscriptionConduitBridge. createDemandSubscription(org.apache.activemq.command.ConsumerInfo info)protected DemandSubscriptionDemandForwardingBridgeSupport. createDemandSubscription(org.apache.activemq.command.ActiveMQDestination destination, String subscriptionName)protected DemandSubscriptionDemandForwardingBridgeSupport. createDemandSubscription(org.apache.activemq.command.ConsumerInfo info)protected DemandSubscriptionDurableConduitBridge. createDemandSubscription(org.apache.activemq.command.ConsumerInfo info)protected DemandSubscriptionDemandForwardingBridgeSupport. doCreateDemandSubscription(org.apache.activemq.command.ConsumerInfo info)Methods in org.apache.activemq.network that return types with arguments of type DemandSubscription Modifier and Type Method Description ConcurrentMap<org.apache.activemq.command.ConsumerId,DemandSubscription>DemandForwardingBridgeSupport. getLocalSubscriptionMap()Methods in org.apache.activemq.network with parameters of type DemandSubscription Modifier and Type Method Description protected voidDemandForwardingBridgeSupport. 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 scenarioprotected voidDemandForwardingBridgeSupport. addProxyNetworkSubscriptionClientId(DemandSubscription sub, String clientId, String subName)This scenaior is primarily used for durable sync on broker restartsprotected voidDemandForwardingBridgeSupport. addSubscription(DemandSubscription sub)protected voidDemandForwardingBridgeSupport. configureDemandSubscription(org.apache.activemq.command.ConsumerInfo info, DemandSubscription sub)protected voidDemandForwardingBridgeSupport. removeSubscription(DemandSubscription sub)
-