Package | Description |
---|---|
org.apache.activemq.broker.region.policy |
The policies which can be associated with a particular destination or wildcard.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
PendingMessageLimitStrategy |
PolicyEntry.getPendingMessageLimitStrategy() |
Modifier and Type | Method and 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).
|
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.