This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Description
Hi,
My scenario is i would like to track which client/app is connected/disconnected to RabbitMQ broker.
For client connection, i will set an unique ID for each client.
On broker side, it there any way to get the client id?
Btw, i had been try the HTTP API which like http://localhost:15672/api/connections, but insatiable。
According the response message, do you have any idea to filter some fields?
Thanks in advance!