Is there a way to get the size (remaining messages) of a queue in rabbitmq with a simple Curl?
Something like curl -xget http://host:1234/api/queue/test/stats
curl -xget http://host:1234/api/queue/test/stats
I appreciate this is an old post & that the question specifically states using "curl" but thought it might be useful to add that the "rabbitmqctl list_queues" command provides the message count for each queue