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