[rabbitmq-discuss] Is there a way to print configuration parameters?

rails stammailbox at gmail.com
Mon Mar 17 07:45:29 GMT 2014


Thanks.
Tested all of them .
This is a great answer


On Sun, Mar 16, 2014 at 12:40 PM, Emile Joubert <emile at rabbitmq.com> wrote:

>
> Hi,
>
> On 16/03/14 09:40, rails wrote:
>
> > but is there a quicker way?
>
> You can get the broker config with this command:
>
>  rabbitmqctl environment
>
> You can similarly get the Erlang kernel parameters with this command;
>
>  rabbitmqctl eval 'application:get_all_env(kernel).'
>
> This will list all the kernel parameters, regardless of whether the
> Erlang VM ever used them. You could also use this command to make sure
> the Erlang process is listening on a port in the expected range:
>
>  epmd -names
>
>
>
> -Emile
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140317/65a45463/attachment.html>


More information about the rabbitmq-discuss mailing list