Anchor | ||||
---|---|---|---|---|
|
Windows installation
Refer https://www.rabbitmq.com/download.html to install RabbitMQ 3.9.13 .
Refer http://www.erlang.org/downloads to install Erlang OTP 23.3.4.11 .
- Run below in a New Command Prompt Window (Change default location as applicable):
- setx -m Path "%Path%;C:\Program Files\RabbitMQ Server\rabbitmq_server-3.9.13\sbin;"
- Run below in a New Command Prompt Window
- rabbitmq-plugins enable rabbitmq_management
Linux
Installationinstallation
Click here to get RabbitMq and Eralng installation script on RHEL 7.
Click here to get RabbitMq and Eralng installation script on RHEL 8.
Click here to get RabbitMq and Eralng installation script on UBUNTU.
Back to Top