其他分享
首页 > 其他分享> > RabbitMQ Overview And Installation

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)

 

 

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

 

标签:Installation,Overview,rabbitmq,high,source,RabbitMQ,message,open
来源: https://www.cnblogs.com/kevin-xk/p/14983399.html