Is it possible to get a list of existing queues? I want to use them further in c #

    1 answer 1

    HTTP API is mentioned here - I tried it on my machine, it works. Read JSON, parse with Json.Net.

    http: // localhost: 15672 / api / exchanges

    http: // localhost: 15672 / api / queues