RabbitMQ Installation on Windows
Before installing RabbitMQ , We have to install Erlang. What is Erlang ? Erlang is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance . Erlang is used in several large telecommunication systems from Ericsson . The RabbitMQ is built on Erlang runtime environment so before we install RabbitMQ, first we need to download and install Erlang in our machines . Erlang Installation Following is the link to download and install Erlang on your windows machine. http://www.erlang.org/downloads RabbitMQ Installation After completion of Erlang installation, now we will install RabbitMQ on windows for that download a RabbitMQ setup file from following link for windows. https://www.rabbitmq.com/download.html After opening the above URL, we will get a RabbitMQ setup files information like as shown below. Here w...