streadway/amqp

Consumer connection issue after cluster node restart

akhammadli opened this issue · 0 comments

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?