Monday 3 December 2018

// // Leave a Comment

RabbitMQ- Introduction & Installation

Introduction

In the world of Micro'Services', These independent services will talk or communicate each other
for communication among these services we need broker to forward the sent message.

RabbitMQ do exactly same that is forwards the received message.



Lets observe the above diagram where API-X sends message to API-Y via messaging queue or broker this will forward the same.

Installation

Step 1: Download and install Erlang from below available site .

              Download Erlang

Step 2: Download and install RabbitMq

             Download RabbitMq

Step 3: Open RabbitMQ command prompt which will be available in bin usually it will be in below                 path

            Programs\RabbitMQ Server             

Step 4: Run rabbitmq-plugins enable rabbitmq_management


Step 5: Start Server 
          
            rabbitmq-service start


Step 6: Open Browser and hit below url

            http://localhost:15672





Step 7: Username:guest  Password: guest



Finally installation DONE Successully!!!!!!!!!!

Thanks for reading. comments & suggestions always welcome :)

0 comments:

Post a Comment