RabbitMQ, ACTIVEMQ and ZEROMQ

Source: Internet
Author: User
Tags rabbitmq
Technology selection of message middleware-RABBITMQ, ACTIVEMQ and ZEROMQ


CHSZS, reprint need to indicate. Blog home: Http://blog.csdn.net/chszs

RabbitMQ, ACTIVEMQ, and ZEROMQ are excellent messaging middleware, but which of our options is better for our project? Many developers face this annoyance. Below I will make a comparison of the three message middleware, after you have seen it.

RABBITMQ is a leading implementation of the AMQP protocol that implements the broker architecture, meaning that messages can be queued on the central node before they are sent to the client. This feature makes RABBITMQ easy to use and deploy, and is suitable for many scenarios such as routing, load balancing, or message persistence, with Message Queuing just a few lines of code. However, this makes it less scalable and slower, because the central node increases latency, and the message is packaged larger.


ZEROMQ is a very lightweight messaging system specifically developed for high-throughput/low-latency scenarios, which can often be found in financial applications. Compared with RABBITMQ, ZEROMQ supports many advanced messaging scenarios, but you must implement individual blocks in the ZEROMQ framework (such as sockets or device). ZEROMQ is very flexible, but you have to learn its 80-page manual (if you want to write a distributed system, be sure to read it).


ACTIVEMQ resides between the two, similar to the ZEMOMQ, which can be deployed in proxy mode and peer-mode. Similar to RABBITMQ, it is easy to implement high-level scenarios, and it only requires a low consumption. It is known as the "Swiss Army Knife" of message middleware.

Note that ACTIVEMQ's next-generation product is Apollo.


Ultimately, these three products:
1. There are client APIs and support for multiple programming languages;
2. There are a lot of documents;
3. Positive support has been provided.

RabbitMQ, ACTIVEMQ and ZEROMQ

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.