I am using RabbitMQ 3.0.3 version. The service was working fine for last 4-5 years. Recently some updates patches were installed on the server and the Service stopped responding. This is what is happening:
- The RabbitMQ service (windows service) is running but not responding.
- In the log file I see error
access to vhost 'XXX' refused for user 'guest'
- The management console is throwing site cannot be reached error
What options do I have here? I cannot update RabbitMQ version as my code starts to fail. I have not tried reinstalling the service.
I am using RabbitMQ 3.0.3 - How can I request guest
account to be accessible even from remote machine. rabbitmq.conf
file only appeared after version 3.7.0