Installing Rabbit-MQ Server

Hi Friends,

In coming sections, we will delve into new advanced cross platform messaging system which is really the buzz word these days. This is one of the key things for building MicroServices. Hence, we will first looking at the basics of Rabbit-MQ installation process.

7th

Rabbit-MQ is dependent on erlang(http://www.erlang.org/downloads). Hence, before installing Rabbit-MQ, we need to install this.

Here, we need to download the compatible windows version and then install the same. Here, I downloaded the 64 bit version as highlighted below.

1st

After installing the same. I downloaded Rabbit-MQ from (https://www.rabbitmq.com/download.html) as shown below.

2nd

Once, the same gets installed, I need to go into the following directory in the cmd prompt

C:\Program Files\RabbitMQ Server\rabbitmq_server-3.6.6\sbin

And, then enable the management console from the cmd prompt using “rabbitmq-plugins enable rabbitmq_management“.

3rd

Then, it will prompt firewall message window. Click OK. Now, we need to restart the Rabbit-MQ services from services shown below.

4th

Once, the same gets started successfully, then we can get started with management console login. Default port is 15672. Hence, we need to login at http://localhost:15672/#/. This will open below login window.

5th

Here, default credentials are username:- guest and password:- guest. Once, I login, it will present below screen.

6th

This means that our Rabbit-MQ setup is successful. In next section, we will continue discussing Rabbit-MQ. Till then stay tuned and happy coding.

Thanks,

Rahul Sahay

Happy Coding

Thanks, Rahul Happy Coding