Download versions that fit's together, i.e dependency's.
Example: RabbitMQ 3.12.1 and Erlang 26.0
- Install Erlang, and when it is done, set environment system variable (it is version dependent), using above versions it is:
ERLANG_HOME=C:\Program Files\Erlang OTP
Then Install RabbitMQ
https://www.rabbitmq.com/install-windows.html
Enable management plugins to frontend:
https://www.rabbitmq.com/management.html
rabbitmq-plugins enable rabbitmq_management
There are also some configuration files to setup, but start with a successful install, so you know how that works.
https://www.rabbitmq.com/configure.html