Uses of Class
org.apache.activemq.broker.region.DurableTopicSubscription
-
Packages that use DurableTopicSubscription Package Description org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.region.cursors Cursors used to page persistent messages into the broker from the storeorg.apache.activemq.broker.region.policy 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 DurableTopicSubscription Modifier and Type Field Description protected DurableTopicSubscription
DurableSubscriptionView. durableSub
-
Uses of DurableTopicSubscription in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region with type parameters of type DurableTopicSubscription Modifier and Type Field Description protected ConcurrentMap<SubscriptionKey,DurableTopicSubscription>
TopicRegion. durableSubscriptions
Methods in org.apache.activemq.broker.region that return DurableTopicSubscription Modifier and Type Method Description DurableTopicSubscription
TopicRegion. getDurableSubscription(SubscriptionKey key)
DurableTopicSubscription
TopicRegion. lookupSubscription(String subscriptionName, String clientId)
Methods in org.apache.activemq.broker.region that return types with arguments of type DurableTopicSubscription Modifier and Type Method Description Map<SubscriptionKey,DurableTopicSubscription>
TopicRegion. getDurableSubscriptions()
Map<SubscriptionKey,DurableTopicSubscription>
Topic. getDurableTopicSubs()
List<DurableTopicSubscription>
TopicRegion. lookupSubscriptions(String clientId)
Methods in org.apache.activemq.broker.region with parameters of type DurableTopicSubscription Modifier and Type Method Description void
Topic. activate(ConnectionContext context, DurableTopicSubscription subscription)
void
Topic. deactivate(ConnectionContext context, DurableTopicSubscription sub, List<MessageReference> dispatched)
-
Uses of DurableTopicSubscription in org.apache.activemq.broker.region.cursors
Constructors in org.apache.activemq.broker.region.cursors with parameters of type DurableTopicSubscription Constructor Description StoreDurableSubscriberCursor(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 DurableTopicSubscription Modifier and Type Method Description void
PolicyEntry. configure(Broker broker, SystemUsage memoryManager, DurableTopicSubscription sub)
PendingMessageCursor
FilePendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor;PendingMessageCursor
PendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor;PendingMessageCursor
StorePendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor;PendingMessageCursor
VMPendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor;
-