i'd like to enable ProducerFlowControl for all queues, with a few exceptions.

my activemq.xml already has this block:

<policyEntries>
<policyEntry queue=">" producerFlowControl="true" memoryLimit="${baseQueueMemory}mb">
...
</policyEntry>

if i add this block next, will that disable producerFlowControl for queues whose names match the pattern?

<policyEntry queue="foo.bar.>" producerFlowControl="true" memoryLimit="${baseQueueMemory}mb">
...
</policyEntry>

--

*Joe Niski*
Senior Developer - Information Services | NWEA™

PHONE 503.548.5207 | FAX 503.639.7873

NWEA.ORG <http://www.nwea.org/> | Partnering to help all kids learn™

Reply via email to