<div dir="ltr">Thanks for the response Machael, will try the same.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Oct 8, 2013 at 11:59 AM, 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 8, 2013, at 10:23 a.m., Rajasekhar P &lt;<a href="mailto:sekhar434145@gmail.com">sekhar434145@gmail.com</a>&gt; wrote:<br>
<br>
&gt; What is the case if I want to create two nodes in same machine, is that possible? If yes, how to create multiple nodes in single machine?<br>
<br>
</div>You need to override env variables (e.g. node name) per server start:<br>
<a href="http://www.rabbitmq.com/clustering.html#single-machine" target="_blank">http://www.rabbitmq.com/clustering.html#single-machine</a><br>
<br>
On Windows it&#39;s a bit tricky, you may need to do something like<br>
<br>
cmd.exe /c &quot;set RABBITMQ_NODE=rabbit1 &amp;&amp; [run rabbitmq]&quot;<br>
<br>
As long as different cluster nodes have different names and use different ports (note<br>
that this includes plugins such as Management UI), you can run them on the same<br>
machine just fine.<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>