Can I Change Rabbitmq Node Name?


Answer :

The following is what should be in the /etc/rabbitmq/rabbitmq-env.conf file (create it):

NODENAME=rabbitNodeName@myServerName 

Next restart RabbitMQ:

sudo service rabbitmq-server restart 

I think yes, you can configure any of this parameters using environment variables, it's described on RabbitMQ configuration page https://www.rabbitmq.com/configure.html


Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?