ruby-amqp/march_hare

Support a list of hosts

michaelklishin opened this issue · 2 comments

While clients can only connect to a single node, it would be helpful to support a list of hosts from which we take a random one (or round robin) when connecting and recovering.

Java client and Langohr already support this.

Fixed in master.