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
752 stars 126 forks source link

rabbitmq-manager no consumers #136

Closed Mikaelemmmm closed 11 months ago

Mikaelemmmm commented 12 months ago

Thank you very much for the rabbitmq client. We have been using this library online for more than a year, but recently in rabbitmq manager I find that the consumer disappears automatically, but my service is running normally, I also set up auto-reconnect using your library, but the consumer still doesn't show up, I don't know what the problem is, I restarted my service and I can see the Consumer appears, what is probably the problem with this?

image

Mikaelemmmm commented 12 months ago

This one comes up once in a while, but I haven't localized what's causing it

Mikaelemmmm commented 11 months ago

sorry , It's a problem with our server.