On 10/12/2011 09:52 AM, surya prakash wrote:
HI pavel,
"resource-limit-exceeded: resource-limit-exceeded: Policy exceeded on TEST,
policy: size: max=4000000, current=3999984; count: unlimited; type=reject
(qpid/broker/QueuePolicy.cpp:87)"
That means that the queue is reaching 4000000 of aggregate message
content, which is set to be the limit.
You can increase that if you expect the queue to grow deeper than this.
However usually it means that your consumers are unable to keep up with
your producers and you need to consider some way of addressing that.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]