In this article
Before proceeding uninstall any previous versions of RabbitMQ
Installing the Server
- First you should download and run the Erlang Windows Binary File. It takes around 5 minutes. For RabbitMQ version 3.8.2 recommended version of Erlang is 22.1 (Check RabbitMQ Erlang Version Requirements).
- Run the installer, rabbitmq-server-<version number>.exe.
- choco install erlang -y (this will install the latest supported version from chocolatey, but if you need to specify which version is to be installed than you should run # choco install erlang --version=2x.x)
- choco install rabbitmq -y (choco install rabbitmq --version=3.x.x)|
Run the installer as administrator.
The installer will set RabbitMQ up and running as a service, with a default configuration.
Note that you can use also use “choco” installer for this purpose