<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have used HA Proxy for load balancing using roundrobin pattern.<br>
I am thinking about those 2/3 lost message. I assuming that HA Proxy<br>
was not quick enough to detect about the Crashed Node A and thus those<br>
2/3 messages were routed to crashed NodeA. Please correct me if I am<br>
wrong.</blockquote><div><br></div><div>Was the Rabbit responding on 5672? HAProxy is just a dumb TCP connection load balancer, so if your Rabbit is not responding on 5672 (e.g. crashed) HAProxy will get a TCP reset and should pass that along to your app (should appear to your app as a dropped connection).</div>
<div><br></div><div>-J</div></div><br>