5 min RMQ HTTP API
After installing RabbitMQ and enable rabbitmq management, you get access to the api
RabbitMQ Management HTTP API
If we look at the reference for queues

We can run the query with bash in Git Bash on windows.
curl -i -u guest:guest http://localhost:15672/api/queues
and we see the test_queue

If we just use the browser
http://localhost:15672/api/queues

And the result is JSON, Raw Data and Headers

Todo with powershell