Uses of Interface
org.apache.activemq.broker.region.policy.PendingQueueMessageStoragePolicy
-
Packages that use PendingQueueMessageStoragePolicy Package Description org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard. -
-
Uses of PendingQueueMessageStoragePolicy in org.apache.activemq.broker.region.policy
Classes in org.apache.activemq.broker.region.policy that implement PendingQueueMessageStoragePolicy Modifier and Type Class Description classFilePendingQueueMessageStoragePolicyCreates a FilePendingMessageCursor *classStorePendingQueueMessageStoragePolicyCreates a StoreQueueCursor *classVMPendingQueueMessageStoragePolicyCreates a VMPendingMessageCursor *Methods in org.apache.activemq.broker.region.policy that return PendingQueueMessageStoragePolicy Modifier and Type Method Description PendingQueueMessageStoragePolicyPolicyEntry. getPendingQueuePolicy()Methods in org.apache.activemq.broker.region.policy with parameters of type PendingQueueMessageStoragePolicy Modifier and Type Method Description voidPolicyEntry. setPendingQueuePolicy(PendingQueueMessageStoragePolicy pendingQueuePolicy)
-