Rabbitmq 简明教程
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.
Audience
本教程专为需要详细了解 RabbitMQ 及其架构和实际用法的 Java 程序员而设计。本教程将使您处于中级专业知识水平,从此处您可以进一步提高您的专业知识水平。
This tutorial is designed for Java programmers with a need to understand the RabbitMQ in detail along with its architecture and actual usage. This tutorial will bring you at an intermediate level of expertise, from where you can take yourself to higher levels of expertise.