streadway / amqp

Go client for AMQP 0.9.1
http://godoc.org/github.com/streadway/amqp
BSD 2-Clause "Simplified" License
4.88k stars 621 forks source link

Consumer connection issue after cluster node restart #482

Open akhammadli opened 4 years ago

akhammadli commented 4 years ago

The consumer can not create a connection after the main node of the RabbitMQ restart. SpringBoot has conf to solve this issue by setting missing-queues-fatal: false. Connection issue occurs just for the main node if any other node restarts consumers still connected. Is there any configuration to set missing-queues-fatal: false in this library or how can I handle this situation in GO?