On 05/29/2013 10:54 AM, RajendraNPTL wrote:
Thank you for your reply..

Yes, it is showing all queues .. i m giving my output here..
-----------------------------------------------------------------
$ qpid-stat -q
Queues
   queue                     dur  autoDel  excl  msg   msgIn  msgOut  bytes
bytesIn  bytesOut  cons  bind

=========================================================================================================
   qmfc-v2-hb-localhost.9509.1       Y        Y        0     0      0       0
0        0         1     2
   qmfc-v2-ui-localhost.9481.1        Y        Y        0     2      2
0   16.9k    16.9k        1     2                   // first one
   topic-localhost.9509.1               Y        Y        0     0      0
0      0        0         1     4
   qmfc-v2-localhost.9509.1           Y        Y        0    11     11
0   11.0k    11.0k        1     2
   qmfc-v2-localhost.9481.1           Y        Y        0     1      1
0    227      227         1     2
   reply-localhost.9509.1               Y        Y        0    60     60
0   30.7k    30.7k        1     2
   reply-localhost.9481.1               Y        Y        0    60     60
0   30.7k    30.7k        1     2
   qmfc-v2-hb-localhost.9481.1      Y        Y        0     0      0       0
0        0         1     2
   topic-localhost.9481.1              Y        Y        0     3      3
0   6.10k    6.10k        1     6                 //second one
   my_queue                                                          0     0    
  0       0
0        0         0     1                       // this is the Queue, i
created
   qmfc-v2-ui-localhost.9509.1       Y        Y        0     0      0       0
0        0         1     1

"my_queue" is queue, which i created. And i m getting statistics for
these two queues ("first one" and "second one", commented in above
output) only.

It looks like nothing has been sent to or received from my_queue, which is probably why it is not showing up in the output of qpid-queue-stats. Start a sender and receiver on it and you should see the rates being reported.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to