I am using rabbitmq server along with celery. I have a queue, to which tasks are published by producers. Tasks are auto-acknowledged. But I am seeing discrepancy in what rabbitmq is reporting. In the Message rates, it's showing that there's no message being acknowledged/published/delivered, since last one minute, but queued messages are dropping continuously.
Is this expected behavior ? OR there's something taking place under the hood.
Thanks in advance.