Rabbitmq 简明教程
Discuss RabbitMQ Tutorial
RabbitMQ 是一个用 Java 编写的开源消息代理。它完全符合 JMS 1.1 标准。
RabbitMQ is an open source message broker written in Java. It’s fully compliant with JMS 1.1 standards.
JMS 是一项允许开发基于消息的系统的规范。RabbitMQ 作为消息代理,位于应用程序之间,并允许它们以异步且可靠的方式进行通信。
JMS is a specification that allows development of message based system. RabbitMQ acts as a broker of messages which sits in between applications and allows them to communicate in asynchronous and reliable way.
在本教程中,我们将介绍使用 RabbitMQ 的所有方法,这些方法有助于解决开发人员/用户在基于 activeMQ 的应用程序中遇到的常见问题。
In this tutorial, we’ll cover all the ways of using RabbitMQ which helps in solving the common problems developers/users face in activeMQ based applications.