Kathe Rogova wrote:
> Anyway, as I can see... I need to put all the data (exchanges, queues,
> and etc.) to this visualizer manually, right?
> Or could you help me please what way it's possible to get the project's
> data from your Rabbit MQ settings - thank you!
>
> By the way, may be it's possible to get the report like this (please,
> look at the example for API in the attachment).
>
Kathe,
I have no experience on using this tool.
But can you check their sources to see how to deal with it?
https://github.com/jmcle/rabbitmq-visualizer
You can dump rabbitmq's metadata (exchange, queues etc) via HTTP API,
this can be done automatic with a script.
Regards.