What worked for me was a combination of both of the prior answers.
Make your /usr/local/etc/rabbitmq/rabbitmq-env.conf look like this:
CONFIG_FILE=/usr/local/etc/rabbitmq/rabbitmq
NODE_IP_ADDRESS=0.0.0.0
NODENAME=rabbit@localhost
(If I remove the NODE_IP_ADDRESS entry completely rabbitmq gives me errors)
Before that can you try restarting the web-application servers and ASA?
Regards
Karthik