Uses of Interface
org.apache.activemq.broker.region.policy.PendingDurableSubscriberMessageStoragePolicy
-
Packages that use PendingDurableSubscriberMessageStoragePolicy Package Description org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard. -
-
Uses of PendingDurableSubscriberMessageStoragePolicy in org.apache.activemq.broker.region.policy
Classes in org.apache.activemq.broker.region.policy that implement PendingDurableSubscriberMessageStoragePolicy Modifier and Type Class Description classFilePendingDurableSubscriberMessageStoragePolicyCreates a PendIngMessageCursor for Durable subscribers *classStorePendingDurableSubscriberMessageStoragePolicyCreates a PendingMessageCursor that access the persistent store to retrieve messagesclassVMPendingDurableSubscriberMessageStoragePolicyCreates a VMPendingMessageCursor *Methods in org.apache.activemq.broker.region.policy that return PendingDurableSubscriberMessageStoragePolicy Modifier and Type Method Description PendingDurableSubscriberMessageStoragePolicyPolicyEntry. getPendingDurableSubscriberPolicy()Methods in org.apache.activemq.broker.region.policy with parameters of type PendingDurableSubscriberMessageStoragePolicy Modifier and Type Method Description voidPolicyEntry. setPendingDurableSubscriberPolicy(PendingDurableSubscriberMessageStoragePolicy pendingDurableSubscriberPolicy)
-