<div dir="ltr">Hi MK,<div><br></div><div>am using 5670 port in HAProxy configuration as below in configuration file (haproxy,cfg) and this port is enabled.<br><div>listen rabbitmq_local_cluster <a href="http://127.0.0.1:5670">127.0.0.1:5670</a></div>
<div> mode tcp</div><div> balance roundrobin</div><div> server rabbit 192.168.xx.xx:5672 check inter 5000 rise 2 fall 3</div><div> server rabbit2 192.168.xx.xx:5672 check inter 5000 rise 2 fall 3</div>
</div><div><br></div><div>Thanks</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 6, 2013 at 4:38 PM, Michael Klishin <span dir="ltr"><<a href="mailto:mklishin@gopivotal.com" target="_blank">mklishin@gopivotal.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 6 Nov 2013, at 14:59, Rajasekhar P <<a href="mailto:sekhar434145@gmail.com">sekhar434145@gmail.com</a>> wrote:<br>
<br>
> connectionFactory.setPort(5670);<br>
<br>
</div>If you want to connect to the proxy, you should use the port HAproxy listens on.<br>
<br>