On 19/03/2019 9:17 am, Toralf Lund wrote:
Hi,

Is there any way I can find out how many applications or processes have connected to a certain queue on a qpid cpp broker?

Related question: If I enter "show <id>" for a numeric queue id in qpid-tool, it shows me a "consumerCount" value. What exactly does this represent? I though it might give me something like what I'm asking for above, but I see numbers like 204 and 458 for queues that are supposed to have only a couple of subscribers...

What does qpid-stats -q show for that queue? The consumer count should indeed be the number of current consumers (subscribers) on the queue.

Related question to related question: It there any proper documentation for qpid-tool? I've read https://qpid.apache.org/releases/qpid-cpp-1.37.0/cpp-broker/book/chapter-Managing-CPP-Broker.html, but it only has a very brief overview that appears to be out-of-date.

No, I don't think there is I'm afraid. You can type help at it and it will list the commands available.

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

Reply via email to