On 30/11/18 13:02, VERMEULEN Olivier wrote:
Hello,

I wanted to know if it's possible to get the dispatch-router statistics 
(especially the connected clients and the memory statistics) through an AMQP 
call to $management?

Yes. Send a message with an application property 'operation' set to 'QUERY', and another 'type' set to 'org.apache.qpid.dispatch.connection', with the body being a map with one entry 'attributes' whose value is an empty array (or a list of the attributes you want to retrieve). You also need a correlation id and reply-to set in order to get back your response.

The type can be 'org.apache.qpid.dispatch.allocator' for memeory related stats. The qdmanage tool is a useful way to see the full schema.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to