oops, i noticed a bad typo in my second block, the second policyEntry
should look like this:
<policyEntry queue="foo.bar.>" producerFlowControl="false"
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™
On 09/16/2011 05:28 PM, Joe Shisei Niski wrote:
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>