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 DurableTopicSubscriptionDurableSubscriptionView. 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. durableSubscriptionsMethods in org.apache.activemq.broker.region that return DurableTopicSubscription Modifier and Type Method Description DurableTopicSubscriptionTopicRegion. getDurableSubscription(SubscriptionKey key)DurableTopicSubscriptionTopicRegion. 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 voidTopic. activate(ConnectionContext context, DurableTopicSubscription subscription)voidTopic. 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 voidPolicyEntry. configure(Broker broker, SystemUsage memoryManager, DurableTopicSubscription sub)PendingMessageCursorFilePendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)Retrieve the configured pending message storage cursor;PendingMessageCursorPendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)Retrieve the configured pending message storage cursor;PendingMessageCursorStorePendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)Retrieve the configured pending message storage cursor;PendingMessageCursorVMPendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)Retrieve the configured pending message storage cursor;
-