Uses of Interface
org.apache.activemq.broker.region.policy.PendingMessageLimitStrategy
-
Packages that use PendingMessageLimitStrategy Package Description org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard. -
-
Uses of PendingMessageLimitStrategy in org.apache.activemq.broker.region.policy
Classes in org.apache.activemq.broker.region.policy that implement PendingMessageLimitStrategy Modifier and Type Class Description class
ConstantPendingMessageLimitStrategy
This PendingMessageLimitStrategy is configured to a constant value for all subscriptions.class
PrefetchRatePendingMessageLimitStrategy
This PendingMessageLimitStrategy sets the maximum pending message limit value to be a multiplier of the prefetch limit of the subscription.Methods in org.apache.activemq.broker.region.policy that return PendingMessageLimitStrategy Modifier and Type Method Description PendingMessageLimitStrategy
PolicyEntry. getPendingMessageLimitStrategy()
Methods in org.apache.activemq.broker.region.policy with parameters of type PendingMessageLimitStrategy Modifier and Type Method Description void
PolicyEntry. setPendingMessageLimitStrategy(PendingMessageLimitStrategy pendingMessageLimitStrategy)
Sets the strategy to calculate the maximum number of messages that are allowed to be pending on consumers (in addition to their prefetch sizes).
-