houseofcat / turbocookedrabbit

A user friendly RabbitMQ library written in Golang.
MIT License
107 stars 20 forks source link

support cluster #16

Open caevv opened 3 years ago

caevv commented 3 years ago

I used https://github.com/sirius1024/go-amqp-reconnect to reconnect and connect to a cluster of rabbitmq.

Would it be possible to support this feature?

https://github.com/sirius1024/go-amqp-reconnect/blob/master/rabbitmq/rabbitmq.go#L118

houseofcat commented 3 years ago

Yeah I could do that, give a short bit.