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<ConsumerId,DemandSubscription>DemandForwardingBridgeSupport. subscriptionMapByLocalIdprotected ConcurrentMap<ConsumerId,DemandSubscription>DemandForwardingBridgeSupport. subscriptionMapByRemoteIdMethods in org.apache.activemq.network that return DemandSubscription Modifier and Type Method Description protected DemandSubscriptionConduitBridge. createDemandSubscription(ConsumerInfo info)protected DemandSubscriptionDemandForwardingBridgeSupport. createDemandSubscription(ActiveMQDestination destination, String subscriptionName)protected DemandSubscriptionDemandForwardingBridgeSupport. createDemandSubscription(ConsumerInfo info)protected DemandSubscriptionDurableConduitBridge. createDemandSubscription(ConsumerInfo info)protected DemandSubscriptionDemandForwardingBridgeSupport. doCreateDemandSubscription(ConsumerInfo info)Methods in org.apache.activemq.network that return types with arguments of type DemandSubscription Modifier and Type Method Description ConcurrentMap<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, 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(ConsumerInfo info, DemandSubscription sub)protected voidDemandForwardingBridgeSupport. removeSubscription(DemandSubscription sub)
-