开发者

Making RabbitMQ listen only to the loopback interface?

开发者 https://www.devze.com 2023-03-09 02:24 出处:网络
How do I instruct the RabbitMQ processes (epmd and be开发者_运维问答am.smp) to listen only to the loopback interface (127.0.0.1)?You sure can - edit your /etc/rabbitmq/rabbitmq.conf and add the line:

How do I instruct the RabbitMQ processes (epmd and be开发者_运维问答am.smp) to listen only to the loopback interface (127.0.0.1)?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号