Uses of Class
org.apache.activemq.broker.region.DurableTopicSubscription
Packages that use DurableTopicSubscription
Package
Description
JMX MBeans for the broker and its core connectors.
Region abstraction and implementations in the Broker.
Cursors used to page persistent messages into the broker from the store
The policies which can be associated with a particular destination or wildcard.
-
Uses of DurableTopicSubscription in org.apache.activemq.broker.jmx
Fields in org.apache.activemq.broker.jmx declared as DurableTopicSubscriptionModifier and TypeFieldDescriptionprotected DurableTopicSubscriptionDurableSubscriptionView.durableSub -
Uses of DurableTopicSubscription in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region with type parameters of type DurableTopicSubscriptionModifier and TypeFieldDescriptionprotected final ConcurrentMap<SubscriptionKey,DurableTopicSubscription> TopicRegion.durableSubscriptionsMethods in org.apache.activemq.broker.region that return DurableTopicSubscriptionModifier and TypeMethodDescriptionTopicRegion.getDurableSubscription(SubscriptionKey key) TopicRegion.lookupSubscription(String subscriptionName, String clientId) Methods in org.apache.activemq.broker.region that return types with arguments of type DurableTopicSubscriptionModifier and TypeMethodDescriptionTopicRegion.getDurableSubscriptions()Topic.getDurableTopicSubs()TopicRegion.lookupSubscriptions(String clientId) Methods in org.apache.activemq.broker.region with parameters of type DurableTopicSubscriptionModifier and TypeMethodDescriptionvoidTopic.activate(ConnectionContext context, DurableTopicSubscription subscription) voidTopic.deactivate(ConnectionContext context, DurableTopicSubscription sub, List<org.apache.activemq.broker.region.MessageReference> dispatched) -
Uses of DurableTopicSubscription in org.apache.activemq.broker.region.cursors
Constructors in org.apache.activemq.broker.region.cursors with parameters of type DurableTopicSubscriptionModifierConstructorDescriptionStoreDurableSubscriberCursor(Broker broker, String clientId, String subscriberName, int maxBatchSize, DurableTopicSubscription subscription) -
Uses of DurableTopicSubscription in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy with parameters of type DurableTopicSubscriptionModifier and TypeMethodDescriptionvoidPolicyEntry.configure(Broker broker, SystemUsage memoryManager, DurableTopicSubscription sub) FilePendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub) Retrieve the configured pending message storage cursor;PendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub) Retrieve the configured pending message storage cursor;StorePendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub) Retrieve the configured pending message storage cursor;VMPendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub) Retrieve the configured pending message storage cursor;