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 classConstantPendingMessageLimitStrategyThis PendingMessageLimitStrategy is configured to a constant value for all subscriptions.classPrefetchRatePendingMessageLimitStrategyThis 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 PendingMessageLimitStrategyPolicyEntry. getPendingMessageLimitStrategy()Methods in org.apache.activemq.broker.region.policy with parameters of type PendingMessageLimitStrategy Modifier and Type Method Description voidPolicyEntry. 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).
-