mirror of https://github.com/apache/activemq.git
added slow consumer config
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@384181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d0466165c8
commit
f692aa3781
|
@ -31,6 +31,13 @@
|
|||
</subscriptionRecoveryPolicy>
|
||||
</policyEntry>
|
||||
|
||||
<!-- lets force old messages to be discarded for slow consumers -->
|
||||
<policyEntry topic="Prices.>">
|
||||
<pendingMessageLimitStrategy>
|
||||
<constantPendingMessageLimitStrategy value="0"/>
|
||||
</pendingMessageLimitStrategy>
|
||||
</policyEntry>
|
||||
|
||||
</policyEntries></policyMap>
|
||||
</destinationPolicy>
|
||||
|
||||
|
|
Loading…
Reference in New Issue