Amqp protocol of rabbitmq

Source: Internet
Author: User
Tags rabbitmq

1. What is amqp protocol?

That is, the Advanced Message Queue Protocol regulates the communication between the client and the message middleware server, and can operate on each other.

2. Role of amqp Protocol

Reduce the coupling between applications so that the integration between different applications becomes less difficult and more useful applications are developed.

3. amqp Protocol Model

Contains three members: Exchange, message queue, binding

Exchange: A conversion member that receives information from an application. However, by binding this routing rule, it is routed to the corresponding message queue.

Message Queue: stores the content of the actual queue.

Binding: defines the binding routing rules between exchange and message queue.

 

4. The amqp protocol is divided into three layers:

Model Layer)
Regulate the behavior of the broker on the server.
Session Layer)
Defines the context between the client and the server broker.
Transport Layer)
Transmits binary data streams.

 

Amqp protocol of rabbitmq

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.