On Wed, 2012-07-25 at 08:12 -0700, ParkiratBagga wrote:
> Hi,
> 
> I have observed that the Qpid Server does not start when Qpid Server's Queue
> is full in Journal. But actually, it is only 80% full. 
> 
> Is there an alternate way to start the qpid using some configuration.

This is be design. When the store is 80% or more full, nothing can be
enqueued. When a store gets to 80% full, you have reached its limit.
Make the store bigger or increase your rate of consumption or decrease
your rate of production. Design your tests so that the store will not
increase to more than 50% full. If you are using qpid-perftest, note
that the producers are typically faster than the consumers, so either:

1. keep the tests short enough that you don't reach 80% full;
2. increase the number of consumers;
3. decrease the number of producers (if you have more than one).

qpid-perftest is not designed to provide long runs. In any event, it has
been deprecated in favor of qpid-cpp-benchmark.

> 
> Regards,
> Parkirat
> 
> 
> 
> --
> View this message in context: 
> http://qpid.2158936.n2.nabble.com/C-Qpid-broker-does-not-start-when-queue-full-tp7580151.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]

Reply via email to