On Wed, 2012-07-25 at 11:46 -0700, ParkiratBagga wrote: > Yes, I agree to this. But what if the consumer have stopped due to some error > and the queue got full. > When, I tried to re-start, qpid server log gives the indication that the > queue is full and it did not started until I resized the queue to a bigger > size. > > But, if we cannot enqueue more than 80%, broker should have been started.
This is what the resize tool is used for - those cases where a broker gets too full due to an error condition. The broker achieves some of its performance by being a fixed-size circular buffer, and unfortunately getting full and becoming "stuck" as a result is one of its down-sides. There is currently some thought on changing the journal file management to help alleviate this problem, but for now it is a limitation of this type of store module. > > Regards, > Parkirat > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/C-Qpid-broker-does-not-start-when-queue-full-tp7580151p7580192.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
