Right now the connection_params enforces a singular host option for the Bunny connection. In an HA world we'd like this to be an array of rabbitmq hosts. Would you be open to allowing the uri to have a comma separated host list, similar to how mongo handles clustering and instead pass hosts to Bunny?
This would be a backwards compatible change.
Right now the connection_params enforces a singular
hostoption for the Bunny connection. In an HA world we'd like this to be an array of rabbitmq hosts. Would you be open to allowing theurito have a comma separated host list, similar to how mongo handles clustering and instead passhoststo Bunny?This would be a backwards compatible change.