Hi, I am using default setting for creating the queue. My application is throwing the exception after running for 3000-4000 secs and saying
2012-04-09 23:52:46 warning Exception received from broker: resource-limit-exceeded: resource-limit-exceeded: resource-limit-exceeded: Policy exceeded on ccs.topic_d1995999-cdf7-48c7-97bf-029669829374, policy: size: max=104857600, current=84000067; count: unlimited; type=reject (qpid/broker/QueuePolicy.cpp:87) [caused by 8 \x00:\x00] Failed to connect (reconnect disabled) not-attached: Session anonymous.caf1c346-0629-4fbf-9248-083d9fd0fb7c isn't attached (qpid/client/SessionImpl.cpp:783) I am suspecting few reasons for that. 1. Queues are getting filled and publisher is unable to publish the message. 2. Messages are not getting deleted after browsed by clients. I am not sure about the exact reason. I have used qpid-stat tool to get the message stat, It is giving the number of incoming and outgoing messages are same over the time. I need help to know , Is there way to drop the message from queue , once it gets browsed by client. so that it will stop queue from growth. Thanks, Ashok -- View this message in context: http://old.nabble.com/Message-flush-from-queue-tp33705678p33705678.html Sent from the Qpid Developers mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
