all posts

I can hit RabbitMQ fine from local but when I try from remote it does not work

Published to Blog on 25 Apr 2014

I’ve run into this now a couple of times. The cause may be from the (sometimes) default binding to 127.0.0.1 in the rabbitmq-env.conf file. Update the file, changing the value of NODE_IP_ADDRESS to 0.0.0.0 which will bind it to all IP addresses on the machine. Or you can bind it to just a specific one.

http://superuser.com/questions/464311/open-port-5672-tcp-for-access-to-rabbitmq-on-mac


Dan Hounshell
Web geek, nerd, amateur maker. Likes: apis, node, motorcycles, sports, chickens, watches, food, Nashville, Savannah, Cincinnati and family.
Dan Hounshell on Twitter