RabbitMQ Overview And Installation

RabbitMQ is base on AMQP(Advanced message queue protocol), whitch is the most widely deployed open source message broker.

With tens of thousands of users, RabbitMQ is one of the most popular open source message brokers. From T-Mobile to Runtastic, RabbitMQ is used worldwide at small startups and large enterprises.

RabbitMQ is lightweight and easy to deploy on premises and in the cloud. It supports multiple messaging protocols. RabbitMQ can be deployed in distributed and federated configurations to meet high-scale, high-availability requirements.

1.  download RabbitMQ(3.8.19) and erlang(24.0)

RabbitMQ Overview And Installation

 

RabbitMQ Overview And Installation

 

2. cd->C:\Program Files\RabbitMQ Server\rabbitmq_server-3.8.19\sbin to start RabbitMQ management website

cmd:rabbitmq-plugins enable rabbitmq_management 

RabbitMQ Overview And Installation

 3. localhost:15672 

  username:guest

  password:guest

RabbitMQ Overview And Installation

 

RabbitMQ Overview And Installation

上一篇:[Hive - Tutorial] Data Units 数据存储单位


下一篇:一解决友好的脏读脏存的方法