Hi Matthias,<div><br></div><div>RABBITMQ_NODENAME is a O.S environment ? at Unix case that can be set using export�RABBITMQ_NODENAME=.... ?</div><meta charset="utf-8"><div><br></div><div>rabbitmq.conf<br><br><div class="gmail_quote">
On Tue, Jan 26, 2010 at 8:52 AM, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@lshift.net">matthias@lshift.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Gustavo,<br>
<br>
Gustavo Aquino wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
I&#39;m posting about my others environments that I got the same problem, after one analysis my conclusion is that hostname and network configuration causes the problem too.<br></div>
[...]<div class="im"><br>
Can I do a suggestion ? Can rabbitmq-server accept -h parameter where user specify the hostname ?<br>
</div></blockquote>
<br>
In the 1.7.1 release of the RabbitMQ server it is possible to specify the complete Erlang node name, including the host part. So, for example, you can add the following to rabbitmq.conf<br>
 �NODENAME=rabbit@localhost<br>
or in the environment set<br>
 �RABBITMQ_NODENAME=rabbit@localhost<br>
which will cause rabbit to start up with the same &#39;rabbit@localhost&#39; name regardless of the network config.<br>
<br>
<br>
Regards,<br><font color="#888888">
<br>
Matthias.<br>
</font></blockquote></div><br></div>