Uses of Interface
org.apache.activemq.broker.region.policy.PendingMessageLimitStrategy
Packages that use PendingMessageLimitStrategy
Package
Description
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 PendingMessageLimitStrategyModifier and TypeClassDescriptionclassThis PendingMessageLimitStrategy is configured to a constant value for all subscriptions.classThis 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 PendingMessageLimitStrategyMethods in org.apache.activemq.broker.region.policy with parameters of type PendingMessageLimitStrategyModifier and TypeMethodDescriptionvoidPolicyEntry.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).