wagslane / go-rabbitmq

A wrapper of streadway/amqp that provides reconnection logic and sane defaults
https://blog.boot.dev/golang/connecting-to-rabbitmq-in-golang-easy/
MIT License
772 stars 126 forks source link

Consumer ACK but getting metrics of Manual ACK #180

Closed willthrom closed 1 month ago

willthrom commented 1 month ago

In our code we only have one consume code where we only do Automatic ACK but in RabbitMQ Dashboard we see manual ack too.

Is there any reason for that?

image

image

willthrom commented 1 month ago

I think it is because mixing Deliver with Consume.. because QOS/Prefech. will close it now.