I have to make a report for number of messages published to RabbitMQ and number of messages consumed by RabbitMQ in 1 day of use. I am able to get the snapshot of statistic at some interval by using REST API provided with RabbitMQ . How can I get the data for 24 hours using the same REST API .
Asked
Active
Viewed 979 times
5
-
You need messages body and attributes for the last day or statistics for the same period? – pinepain Nov 21 '13 at 08:08
-
1I want the number of messages published to the server and consumed by the consumer daily. – Learner Nov 23 '13 at 12:52