Gordon , any suggestion what might be causing this warning exception ? This exception shows up in the broker after an hour of running my application. I did try setting up a queu with max size = 0 using the following command
*python qpid-config add queue LVQTest-5Min-3 --argument qpid.last_value_queue_key=MChartSymbol --max-queue-size=0* On Thu, Jan 31, 2013 at 2:46 AM, Rajesh Khan <[email protected]>wrote: > I am using qpid-0.18 > BTW now i am setting a max queue size of 0 and I am still getting the same > message. > Here is how i am specifying it: > > *python qpid-config add queue LVQTest-5Min-3 --argument > qpid.last_value_queue_key=MChartSymbol --max-queue-size=0 > * > Any suggestions? > > > > On Thu, Jan 31, 2013 at 2:40 AM, Gordon Sim <[email protected]> wrote: > >> On 01/31/2013 09:22 AM, Rajesh Khan wrote: >> >>> Thank you for your reply. Out of curiosity what is the default que limit >>> when it is created ? Does it vary or each system ? >>> >> >> It is configurable via the --default-queue-limit option to qpidd. What >> versoin are you using btw? >> >> >> >> ------------------------------**------------------------------**--------- >> To unsubscribe, e-mail: >> [email protected].**org<[email protected]> >> For additional commands, e-mail: [email protected] >> >> >
