<div dir="ltr">Thanks Emile for the reply.<div><br></div><div>Could you please share me how to configure new port in rabbitmq.config file?</div><div><br></div><div>Thanks</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Sep 27, 2013 at 2:38 PM, Emile Joubert <span dir="ltr">&lt;<a href="mailto:emile@rabbitmq.com" target="_blank">emile@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">
<br>
Hi,<br>
<div class="im"><br>
On 27/09/13 10:00, Rajasekhar P wrote:<br>
<br>
&gt; And as per the documentation using envt variables, I have<br>
&gt; changed RABBITMQ_NODE_PORT to custom number 9091. But, how can I check<br>
&gt; whether it is changed from default port to 9091 or not?<br>
<br>
</div>You can inspect the effective configuration by running &quot;rabbitmqctl<br>
environment&quot; and look for the &quot;tcp_listeners&quot; entry. You could also get<br>
the OS process pid of the Erlang VM via &quot;rabbitmqctl status&quot; and query<br>
the listening ports associated with that process via the OS.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-Emile<br>
<br>
<br>
<br>
<br>
<br>
</font></span></blockquote></div><br></div>