[rabbitmq-discuss] How to change RabbitMQ default listening port?

Emile Joubert emile at rabbitmq.com
Fri Sep 27 10:08:34 BST 2013


Hi,

On 27/09/13 10:00, Rajasekhar P wrote:

> And as per the documentation using envt variables, I have
> changed RABBITMQ_NODE_PORT to custom number 9091. But, how can I check
> whether it is changed from default port to 9091 or not?

You can inspect the effective configuration by running "rabbitmqctl
environment" and look for the "tcp_listeners" entry. You could also get
the OS process pid of the Erlang VM via "rabbitmqctl status" and query
the listening ports associated with that process via the OS.



-Emile







More information about the rabbitmq-discuss mailing list