How do I instruct the RabbitMQ processes (epmd and beam.smp) to listen only to the loopback interface (127.0.0.1)?
How do I instruct the RabbitMQ processes ( epmd and beam.smp ) to listen
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You sure can – edit your /etc/rabbitmq/rabbitmq.conf and add the line:
NODE_IP_ADDRESS=127.0.0.1
you also probably want to add:
NODENAME=rabbit@localhost
which will set your node to listen on localhost.