How do I instruct the RabbitMQ processes (epmd and beam.smp) to listen only to the loopback interface (127.0.0.1)?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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. |
|||
|
|