|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PendingMessageLimitStrategy | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
PendingMessageLimitStrategy |
PolicyEntry.getPendingMessageLimitStrategy()
|
| Methods in org.apache.activemq.broker.region.policy with parameters of type PendingMessageLimitStrategy | |
|---|---|
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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||