bunny icon indicating copy to clipboard operation
bunny copied to clipboard

Cluster addresses – supported?

Open simPod opened this issue 6 years ago • 2 comments

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

simPod avatar Jan 21 '19 11:01 simPod

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 avatar Jan 21 '19 11:01 jakubkulhan

@jakubkulhan thanks for info

simPod avatar Jan 21 '19 12:01 simPod