Getting [Broker] warning Exception on notification of dequeue What does this mean ?

2013-01-31 Thread Rajesh Khan
I am getting the following error in my broker. Although nothing is crashing (at least so far) *2013-01-31 01:53:42 [Broker] warning Exception on notification of dequeue for queue LVQTest-5Min-3: Flow limit count underflow on dequeue. Queue=LVQTest-5Min-3 (qpid\broker\QueueFlowLimit.cpp:184)* Any

Re: Getting [Broker] warning Exception on notification of dequeue What does this mean ?

2013-01-31 Thread Rajesh Khan
I am still looking for an answer to this question however I just wanted to add that my sender is sending messages at a very high frequency and it has a capcaity of 10 (requires ack from broker after 10 messages) and my receiver has a capacity of 20 and acknowledges after 10 messages. Any chance

Re: Getting [Broker] warning Exception on notification of dequeue What does this mean ?

2013-01-31 Thread Gordon Sim
On 01/31/2013 09:10 AM, Rajesh Khan wrote: I am still looking for an answer to this question however I just wanted to add that my sender is sending messages at a very high frequency and it has a capcaity of 10 (requires ack from broker after 10 messages) and my receiver has a capacity of 20 and

Re: Getting [Broker] warning Exception on notification of dequeue What does this mean ?

2013-01-31 Thread Gordon Sim
On 01/31/2013 09:21 AM, Gordon Sim wrote: On 01/31/2013 09:10 AM, Rajesh Khan wrote: I am still looking for an answer to this question however I just wanted to add that my sender is sending messages at a very high frequency and it has a capcaity of 10 (requires ack from broker after 10

Re: Getting [Broker] warning Exception on notification of dequeue What does this mean ?

2013-01-31 Thread Rajesh Khan
Thank you for your reply. Out of curiosity what is the default que limit when it is created ? Does it vary or each system ? On Thu, Jan 31, 2013 at 2:21 AM, Gordon Sim g...@redhat.com wrote: On 01/31/2013 09:10 AM, Rajesh Khan wrote: I am still looking for an answer to this question however I

Re: Getting [Broker] warning Exception on notification of dequeue What does this mean ?

2013-01-31 Thread Gordon Sim
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?

Re: Getting [Broker] warning Exception on notification of dequeue What does this mean ?

2013-01-31 Thread Rajesh Khan
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

Cant understand the result of qpid-queue-stats

2013-01-31 Thread Rajesh Khan
I get the following result Queue Name Sec Depth Enq Rate Deq Rate LVQSomeQueue-5Min-1 9.7718446744073709544747 20.1625.48 Could

qpid-0.20 C++ broker is not supporting AMQP 1.0

2013-01-31 Thread Rakesh Kushwaha
Hi, I have downloaded qpid-cpp-0.20.tar.gz . I am able to do make and install then run c++ broker , now when I am running AMQP 1.0 client java samples (qpid Demo.java sample) against this Broker . i*t is not working* . *I can see I am receiving AMQP 0-10 header from C++ broker* , I should

Re: qpid-0.20 C++ broker is not supporting AMQP 1.0

2013-01-31 Thread Gordon Sim
On 01/31/2013 04:10 PM, Rakesh Kushwaha wrote: Hi, I have downloaded qpid-cpp-0.20.tar.gz . I am able to do make and install then run c++ broker , now when I am running AMQP 1.0 client java samples (qpid Demo.java sample) against this Broker . i*t is not working* . *I can see I am receiving

Re: Cant understand the result of qpid-queue-stats

2013-01-31 Thread Gordon Sim
On 01/31/2013 10:13 AM, Rajesh Khan wrote: I get the following result Queue Name Sec Depth Enq Rate Deq Rate LVQSomeQueue-5Min-1

Re: Is there any drawback of setting the capacity of sender to very high

2013-01-31 Thread Gordon Sim
On 01/31/2013 10:36 AM, Rajesh Khan wrote: I wanted to know what side affects would there be other than greater consumption of memory on the sender if we set the capacity of the sender to say 8000 and the receiver capacity to also 8000 and acknowledge after every 7200 messages. I will be

Re: Cant understand the result of qpid-queue-stats

2013-01-31 Thread Gordon Sim
On 01/31/2013 04:30 PM, Rajesh Khan wrote: Yeah that was thecommand i used and that was a part of the result qpid-queue-stats and qpid-stat -q are two different commands - To unsubscribe, e-mail:

Re: Amqp message sender port

2013-01-31 Thread Fraser Adams
I'm afraid that you've hit the limits of what I might be able to help with, as I said before there *may* be a way of figuring out the port down-casting to a qpid specific class, but I couldn't say for sure and couldn't tell you what class without going through the APIs. However I'm still

RE: Amqp message sender port

2013-01-31 Thread Steve Huston
Usually in setting up firewall rules, you only need to specify the destination port (the broker port) to allow the firewall to pass. The firewall usually remembers the details of the TCP connection it allowed to open and allows the traffic coming back from the broker on the same connection to