<div dir="ltr">Thanks for the reply MK. Yes, initially it is connected to rabbit1 but after stopping this node it has to connect to rabbit2 node which is one of the node in the cluster right? So, here am confusing what is the reason for not connecting to rabbit2 node?</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 7, 2013 at 10:53 PM, Michael Klishin <span dir="ltr">&lt;<a href="mailto:michael@rabbitmq.com" target="_blank">michael@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On oct 7, 2013, at 9:18 p.m., Rajasekhar P &lt;<a href="mailto:sekhar434145@gmail.com">sekhar434145@gmail.com</a>&gt; wrote:<br>
<br>
&gt; after this warning, again am getting host name as &quot;rabbit1&quot; only. actually it should be &quot;rabbit2&quot; as per my understanding but its not happening.<br>
<br>
</div>I&#39;m far from a spring-amqp expert but suspect it uses ConnectionFactory#newConnection<br>
with multiple addresses from RabbitMQ Java client. That method connects to the first<br>
reachable node. Since in your example rabbit1 is reachable, the client does not<br>
try to connect to other nodes.<br>
<br>
As far as 541 INTERNAL_ERROR goes, try looking at RabbitMQ log to see<br>
if there&#39;s more information.<br>
<span class="HOEnZb"><font color="#888888"><br>
MK<br>
<br>
<br>
<br>
</font></span><br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br></div>