Apache Activemq 简明教程

Apache ActiveMQ Tutorial

ActiveMQ 是一个用 Java 编写的开源消息代理。它完全符合 JMS 1.1 标准。

ActiveMQ is an open source message broker written in Java. It’s fully compliant with JMS 1.1 standards.

JMS 是一个允许开发基于消息的系统的规范。ActiveMQ 充当消息代理,位于应用程序之间,并允许它们以异步且可靠的方式进行通信。

JMS is a specification that allows development of message based system. ActiveMQ acts as a broker of messages which sits in between applications and allows them to communicate in asynchronous and reliable way.

在本教程中,我们将介绍使用 ActiveMQ 的所有方法,这有助于解决基于 activeMQ 的应用程序中开发人员/用户面临的常见问题。

In this tutorial, we’ll cover all the ways of using ActiveMQ which helps in solving the common problems developers/users face in activeMQ based applications.

Audience

本教程专为有需要详细了解 ActiveMQ 及其架构和实际用途的 Java 程序员设计。本教程将使您达到中级专业水平,然后您就可以继续提高您的专业水平。

This tutorial is designed for Java programmers with a need to understand the ActiveMQ 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.

Prerequisites

在继续学习本教程之前,您应充分了解 Java 编程语言。

Before proceeding with this tutorial, you should have a good understanding of Java programming language.