首页 > 其他 > 详细

RabbitMQ Overview And Installation

时间:2021-07-08 00:15:27      阅读:31      评论:0      收藏:0      [点我收藏+]

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)

技术分享图片

 

技术分享图片

 

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

cmd:rabbitmq-plugins enable rabbitmq_management 

技术分享图片

 3. localhost:15672 

  username:guest

  password:guest

技术分享图片

 

RabbitMQ Overview And Installation

原文:https://www.cnblogs.com/kevin-xk/p/14983399.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!