I have started to run RabbitMQ on EC2 linux.
I'm running a RabbitMQ on default settings, so my RabbitMQ node name is rabbit@{hostname} now and the hostname is default EC2 hostname, ip-{my IP address}
.
I want to change the node name, if I change the directories and .pid name in mnesia/
and rabbitmq.conf
file as rabbit@newhost
, would it be work?