bunny
bunny copied to clipboard
Cluster addresses – supported?
Hi, is there a way to connect to the cluster? I'm looking into something similar like setAddresses() in Spring framework
So I can provide bunny a list of my cluster nodes node1:5672,node2:5672,node3:5672
Thanks
Hello, unfortunately not, Client instance is always bound to single host:port pair. However, I plan to work on a new version in #79 that would support such use case.
@jakubkulhan thanks for info