Hi, I want to stop when i will get this message because i feel that the consumer is not running if send with out considering this means messages will be loss.when i am sending it asynchronously it is not passable to know when exactly this is happened.give any solution i want minimum 5000 TPS with out data lose
Best Regards, surya On Wed, Oct 12, 2011 at 2:55 PM, Gordon Sim <[email protected]> wrote: > 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:users-subscribe@qpid.**apache.org<[email protected]> > > -- ** *Thanks and Regards,* *A.SURYA PRAKASH REDDY* ***Ph.No:+91 7676724614*
