Open simPod opened 5 years ago
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
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.
Client
host:port
@jakubkulhan thanks for info
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