the /etc/hosts file requires to be in the format
127.0.0.1 myhost.mydomain myhost
it current states
127.0.0.1 myhost.mydomain
rabbitmq will attempt to find myhost (shortname) and fail. i have no idea what rabbitmq will do if it is resolving from dns
thanks