Activemq vs amqp

Source: Internet
Author: User
Tags stomp
Http://activemq.apache.org/how-does-activemq-compare-to-amqp.html

Amqp (Advanced Message Queue Protocol) Is the specification for the interaction between a message client and a broker. It is a specification for wire-level protocol communication between client and Message Broker. Unlike activemq, activemq is a message system, but a message protocol.

 

Activemq aims to eventually support amqp 1.0 specifications and other open protocols.

Activemq supports two open wire protocols:

  • Openwire, a very fast binary Protocol
  • Stomp, a simple and convenient text-based protocol

Through these protocols, activemq can support clients in C, C ++, C #, Ruby, Python, Perl, PHP, pike etc. amqp is most similar to openwire, because both openwire and amqp are designed for high performance messaging, through a binary (rather than text-based) format.
As a text-based format, stomp is much easier to implement, but gives somewhat slower performance.

 

Through these protocols, activemq can support clients in various environments, such as C, C ++, C #, Ruby, Python, Perl, PHP, and Pike.

Amqp is very similar to openwire because they are designed to pass messages in binary format (more efficient than text) and support high performance.

As a text-based format, stomp is easy to implement and has low performance.

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.