Uses of Interface
org.apache.activemq.broker.region.policy.PendingSubscriberMessageStoragePolicy
-
Packages that use PendingSubscriberMessageStoragePolicy Package Description org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard. -
-
Uses of PendingSubscriberMessageStoragePolicy in org.apache.activemq.broker.region.policy
Classes in org.apache.activemq.broker.region.policy that implement PendingSubscriberMessageStoragePolicy Modifier and Type Class Description classFilePendingSubscriberMessageStoragePolicyCreates a PendIngMessageCursor for Durable subscribers *classVMPendingSubscriberMessageStoragePolicyCreates a VMPendingMessageCursor *Methods in org.apache.activemq.broker.region.policy that return PendingSubscriberMessageStoragePolicy Modifier and Type Method Description PendingSubscriberMessageStoragePolicyPolicyEntry. getPendingSubscriberPolicy()Methods in org.apache.activemq.broker.region.policy with parameters of type PendingSubscriberMessageStoragePolicy Modifier and Type Method Description voidPolicyEntry. setPendingSubscriberPolicy(PendingSubscriberMessageStoragePolicy pendingSubscriberPolicy)
-