[rabbitmq-discuss] Is there a way to print configuration parameters?
Emile Joubert
emile at rabbitmq.com
Sun Mar 16 10:40:28 GMT 2014
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
More information about the rabbitmq-discuss
mailing list