I want my rabbitmq management console configured for both localhost (127.0.0.1) and IP address 10.10.136.19.
I changed the attribute "management.tcp.ip" in rabbitmq.conf, but could not find any of them working. Can some one shed some light here?
I want my rabbitmq management console configured for both localhost (127.0.0.1) and IP address 10.10.136.19.
I changed the attribute "management.tcp.ip" in rabbitmq.conf, but could not find any of them working. Can some one shed some light here?
By default the management console listens on all addresses, so you should not set management.tcp.ip
.
In the future, when asking questions about any software, you should always provide this information:
curl
commands would have been appropriate.NOTE: Team RabbitMQ monitors the rabbitmq-users
mailing list and only sometimes answers questions on StackOverflow.