How to get consumer count for a RabbitMQ queue using the HTTP API?
Solution 1:
There should be another field called consumers which gives you the count.
{
"consumers": 0,
"consumer_details": [],
"name": "Liquid.RPC.Debug",
}
There should be another field called consumers which gives you the count.
{
"consumers": 0,
"consumer_details": [],
"name": "Liquid.RPC.Debug",
}