

Hi,
I am in the middle of doing a reconciliation of messages delivered between RabbitMQ and an SaaS web application using HTTP API. All messages outbound from the web app acknowledged receiving a {"routed": true} json response.
However, we are seeing unmatched counts when we consume messages from the queue.
When we check via Management page of the queue, I noticed this "Redelivered" flag, which is a little puzzling: some has the solid dots, some have hollow dots when we "Get messages" and set requeue to true.
Can some one explain what this "Redelivered" flag mean?
Apparently the total message count was unchanged. Does that mean we didn't lost any messages?
PS: message size are between 10kb - 600kb, FYI.
Thanks,
Ye