Hi All,
The queues that you are seeing are not "default" rather they are created when a QMF Console is constructed.

All of the qpid tools use QMF (currently they use QMF v1) to retrieve management information from the broker.

The command line tools create an instance of QMF Console, do their thing then exit. With things like qpid-config, qpid-stat, qpid-queue-stats they report all queues including ones that they themselves create via their QMF Console.

The detail of this may be found here if you are interested https://cwiki.apache.org/qpid/qmf-protocol.html

Incidentally qpid-queue-stats is probably more useful than qpid-stat for getting queue information, one gotcha with qpid-stat is that is presents "prettified" number forms e.g. M for mega G for Giga etc. as face value this seems nice but with large values of queue depth any useful precision is lost so it's impossible to tell if a queue depth has changed :-)

With qpid-queue-stats the full depth value is displayed it also displays enqueue and dequeue rates, which is generally useful.

Of relevance to your original query it's also possible to provide a regex filter as a parameter to qpid-queue-stats to limit the display to relevant queues.

Regards,
Frase

On 03/04/12 09:26, sunny wrote:
Thanks Pavel,

I'm using qpid C++ broker 0.6 version. I see different queues created for
each qpid-stat command instance.

--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Default-queues-on-qpid-c-broker-tp7431958p7432139.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