<div dir="ltr">Thanks.�<div>Tested all of them .�</div><div>This is a great answer</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Mar 16, 2014 at 12:40 PM, Emile Joubert <span dir="ltr"><<a href="mailto:emile@rabbitmq.com" target="_blank">emile@rabbitmq.com</a>></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=""><br>
On 16/03/14 09:40, rails wrote:<br>
<br>
> but is there a quicker way?<br>
<br>
</div>You can get the broker config with this command:<br>
<br>
�rabbitmqctl environment<br>
<br>
You can similarly get the Erlang kernel parameters with this command;<br>
<br>
�rabbitmqctl eval 'application:get_all_env(kernel).'<br>
<br>
This will list all the kernel parameters, regardless of whether the<br>
Erlang VM ever used them. You could also use this command to make sure<br>
the Erlang process is listening on a port in the expected range:<br>
<br>
�epmd -names<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-Emile<br>
<br>
<br>
</font></span></blockquote></div><br></div>