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 class
FilePendingSubscriberMessageStoragePolicy
Creates a PendIngMessageCursor for Durable subscribers *class
VMPendingSubscriberMessageStoragePolicy
Creates a VMPendingMessageCursor *Methods in org.apache.activemq.broker.region.policy that return PendingSubscriberMessageStoragePolicy Modifier and Type Method Description PendingSubscriberMessageStoragePolicy
PolicyEntry. getPendingSubscriberPolicy()
Methods in org.apache.activemq.broker.region.policy with parameters of type PendingSubscriberMessageStoragePolicy Modifier and Type Method Description void
PolicyEntry. setPendingSubscriberPolicy(PendingSubscriberMessageStoragePolicy pendingSubscriberPolicy)
-