Uses of Class
org.apache.activemq.util.SubscriptionKey
Packages that use SubscriptionKey
Package
Description
JMX MBeans for the broker and its core connectors.
Region abstraction and implementations in the Broker.
Implementation classes for Virtual Destinations
The APIs which need to be implemented for persistent message stores for durable messaging
VM based implementation of message persistence
-
Uses of SubscriptionKey in org.apache.activemq.broker.jmx
Methods in org.apache.activemq.broker.jmx with parameters of type SubscriptionKeyModifier and TypeMethodDescriptionprotected voidManagedRegionBroker.addInactiveSubscription(SubscriptionKey key, org.apache.activemq.command.SubscriptionInfo info, Subscription subscription) protected voidManagedRegionBroker.registerSubscription(ObjectName key, org.apache.activemq.command.ConsumerInfo info, SubscriptionKey subscriptionKey, SubscriptionView view) -
Uses of SubscriptionKey in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region with type parameters of type SubscriptionKeyModifier and TypeFieldDescriptionprotected final ConcurrentMap<SubscriptionKey,DurableTopicSubscription> TopicRegion.durableSubscriptionsMethods in org.apache.activemq.broker.region that return SubscriptionKeyMethods in org.apache.activemq.broker.region that return types with arguments of type SubscriptionKeyModifier and TypeMethodDescriptionTopicRegion.getDurableSubscriptions()Topic.getDurableTopicSubs()Methods in org.apache.activemq.broker.region with parameters of type SubscriptionKeyModifier and TypeMethodDescriptionvoidDestinationFilter.deleteSubscription(ConnectionContext context, SubscriptionKey key) voidTopic.deleteSubscription(ConnectionContext context, SubscriptionKey key) booleanTopicRegion.durableSubscriptionExists(SubscriptionKey key) TopicRegion.getDurableSubscription(SubscriptionKey key) -
Uses of SubscriptionKey in org.apache.activemq.broker.region.virtual
Methods in org.apache.activemq.broker.region.virtual with parameters of type SubscriptionKeyModifier and TypeMethodDescriptionvoidMappedQueueFilter.deleteSubscription(ConnectionContext context, SubscriptionKey key) -
Uses of SubscriptionKey in org.apache.activemq.store
Methods in org.apache.activemq.store that return types with arguments of type SubscriptionKeyModifier and TypeMethodDescriptionMap<SubscriptionKey,List<org.apache.activemq.command.Message>> ProxyTopicMessageStore.recoverExpired(Set<SubscriptionKey> subs, int max, MessageRecoveryListener listener) Map<SubscriptionKey,List<org.apache.activemq.command.Message>> TopicMessageStore.recoverExpired(Set<SubscriptionKey> subs, int maxBrowse, MessageRecoveryListener listener) Iterates over the pending messages in a topic and recovers any expired messages found for each of the subscriptions up to the maximum number of messages to search.Method parameters in org.apache.activemq.store with type arguments of type SubscriptionKeyModifier and TypeMethodDescriptionMap<SubscriptionKey,List<org.apache.activemq.command.Message>> ProxyTopicMessageStore.recoverExpired(Set<SubscriptionKey> subs, int max, MessageRecoveryListener listener) Map<SubscriptionKey,List<org.apache.activemq.command.Message>> TopicMessageStore.recoverExpired(Set<SubscriptionKey> subs, int maxBrowse, MessageRecoveryListener listener) Iterates over the pending messages in a topic and recovers any expired messages found for each of the subscriptions up to the maximum number of messages to search. -
Uses of SubscriptionKey in org.apache.activemq.store.memory
Methods in org.apache.activemq.store.memory that return types with arguments of type SubscriptionKeyModifier and TypeMethodDescriptionprotected static Map<SubscriptionKey,org.apache.activemq.store.memory.MemoryTopicSub> MemoryTopicMessageStore.makeSubMap()protected static Map<SubscriptionKey,org.apache.activemq.command.SubscriptionInfo> MemoryTopicMessageStore.makeSubscriptionInfoMap()Map<SubscriptionKey,List<org.apache.activemq.command.Message>> MemoryTopicMessageStore.recoverExpired(Set<SubscriptionKey> subs, int max, MessageRecoveryListener listener) Method parameters in org.apache.activemq.store.memory with type arguments of type SubscriptionKeyModifier and TypeMethodDescriptionMap<SubscriptionKey,List<org.apache.activemq.command.Message>> MemoryTopicMessageStore.recoverExpired(Set<SubscriptionKey> subs, int max, MessageRecoveryListener listener)