Uses of Class
org.apache.activemq.network.DemandSubscription
Packages that use DemandSubscription
-
Uses of DemandSubscription in org.apache.activemq.network
Fields in org.apache.activemq.network with type parameters of type DemandSubscriptionModifier and TypeFieldDescriptionprotected final ConcurrentMap<org.apache.activemq.command.ConsumerId,DemandSubscription> DemandForwardingBridgeSupport.subscriptionMapByLocalIdprotected final ConcurrentMap<org.apache.activemq.command.ConsumerId,DemandSubscription> DemandForwardingBridgeSupport.subscriptionMapByRemoteIdMethods in org.apache.activemq.network that return DemandSubscriptionModifier and TypeMethodDescriptionprotected DemandSubscriptionConduitBridge.createDemandSubscription(org.apache.activemq.command.ConsumerInfo info) protected final 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 DemandSubscriptionModifier and TypeMethodDescriptionConcurrentMap<org.apache.activemq.command.ConsumerId,DemandSubscription> DemandForwardingBridgeSupport.getLocalSubscriptionMap()Methods in org.apache.activemq.network with parameters of type DemandSubscriptionModifier and TypeMethodDescriptionprotected 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)