Before installation please check the following checklist provided by RabbitMQ: https://www.rabbitmq.com/production-checklist.html. Even when not installing RabbitMQ for a production environment, the following things need to be taken into account:
Download and install RabbitMQ using the installation guides: https://www.rabbitmq.com/download.html.
After RabbitMQ is installed we need to activate the management-plugin so we can access RabbitMQ via a web interface. This is described in this article: https://www.rabbitmq.com/management.html, of which the main steps are outlined below:
/sbin
folder of the installation folder of RabbitMQ and open a command promptOpen a command prompt and run rabbitmq-plugins enable rabbitmq_management
Be aware that by default, the guest user can only login from localhost |