Hello,
We have 1 producer & 1 consumer of this queue. Consumer's manual ack is enabled.
But many times, RabbitMQ shows 1 unacknowledged message. & Next all coming messages are just piled up in the queue. I think due to this unacknowledged message, next messages are not being consumed.
(1) Is there any way I can see the unacknowledged message?
(2) Currently, if I restart the consumer, the unacknowledged message will be requeued. But Is there any way, we can requeue this unacknowledged message without restarting the consumer?
Thanking you