This tutorial will help you to Setup RabbitMQ on Windows machine. You must have administrative privileges to install the application on your Windows machine. Before proceeding, please read two main prerequisite from the official site of the RabbitMQ - Important: T he Erlang installer must be run using an administrative account otherwise a registry key expected by the RabbitMQ installer will not be present. Your system should only have one version of Erlang installed. Please consult the Windows-specific Issues page. RabbitMQ runs on the ErLang platform, so first we need to download and install ErLang(Also known as OTP) on the system. Please download the required version of the ErLang/OTP from the official site and simply install it as Admin . I have downloaded OTP version 22.3 of 64 bit windows installer file. Once ErLang install, please download the RabbitMQ from the official site and then install it with admin privileges. ...