Hi,

I want to define a default policyEntry fro all queues and override the
behavior for a given set of queues using wild card. Will it work if I repeat
the policy entry definition like below?

                <policyEntry queue=">" producerFlowControl="true"
memoryLimit="1mb">
                </policyEntry>

                <policyEntry queue="particular-queue-name->"
producerFlowControl="true" memoryLimit="1mb">
                  <pendingQueuePolicy>
                    <vmQueueCursor/>
                  </pendingQueuePolicy>
                </policyEntry>

Thanks for any help on this

Damu



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/how-to-override-policyEntry-for-a-given-set-of-queues-tp4671692.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to