RabbitMQ- Tutorial 2 - Windows and Docker Installation

jumpstartCS
jumpstartCS
41.5 هزار بار بازدید - 3 سال پیش - 00:00
00:00 - 00:39 - Introduction
00:40 - 06:09 - Install Manually on Windows
06:39 - 08:19 - Install Using Chocolatey
08:19 - 10:38 - Install Using Docker (Windows, Linux, MacOS)

In this video we are going to look at how to install and run RabbitMQ in a number of different ways. First we are going to manually install rabbit on windows by directly installing it and setting up its dependencies. Then we will look at installing it using the chocolatey package manager. Finally we will install RabbitMQ using a docker image which can be used on many platforms including Windows, Linux and MacOS.

RabbitMQ is the most widely deployed open source message broker. A message broker is an intermediary computer program module that translates a message from the formal messaging protocol of the sender to the formal messaging protocol of the receiver.

Using RabbitMQ allows us to create a highly decoupled micro services system easily. It can be deployed on many clouds as well as on premise. It comes with many interesting features and is even extendable by the use of plugins.

-----------------------------------------------------------------------------------------------------------------------
Erlang download:

https://erlang.org/download/otp_versi...

RabbitMQ Github download:

https://github.com/rabbitmq/rabbitmq-...

Chocolaty download:
https://chocolatey.org/install#instal...

Docker run command:

docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.9-management
-----------------------------------------------------------------------------------------------------------------------

Check out our Azure Service Fabric Tutorial for developing highly reliable distributed applications:

Azure Service Fabric Tutorial

Check out our Cassandra Tutorial for a distributed and highly available solution for your applications:

Apache Cassandra Tutorial
3 سال پیش در تاریخ 1400/09/23 منتشر شده است.
41,592 بـار بازدید شده
... بیشتر