Search code examples
python-3.xrabbitmqpika

Is there a way to get count of messages consumed by rabbitmq per schedule in python


I schedule publisher every 3hrs and consumer runs indefinitely, is there a way to find out total number of messages consumed when the queue is empty after every schedule?


Solution

  • RabbitMQ doesn't trace this kind of information. there are different ways to do that: