RabbitMQ Study Notes

Source: Internet
Author: User
Tags rabbitmq

The main features of AMQP are message-oriented, queue, routing (including point-to-point and publish/subscribe), reliability, and security.
The main thing to say in AMQP is two components: Exchange and queue (there are also changes in AMQP 1.0), as shown in the following figure, the green X is Exchange, the red is the Queue, both on the Server side, also called the Broker, which is part R ABBITMQ is implemented, while the blue one is the client, usually there are two types of Producer and Consumer:

Use the browser to open http://localhost:15672 access to the RABBITMQ management console.

Reference article:

Key references:

RABBITMQ Learning 1:hello World-Noshiyong Endless-Iteye technology website
http://wubin850219.iteye.com/blog/1002932
Description: The usage of RABBITMQ integrated Spring is also explained in detail.

"RabbitMQ Usage"-Hongyang-Blog channel-csdn.net
http://blog.csdn.net/lmj623565791/article/category/2386657
Description: These 5 articles explain the use of Java APIs in detail and are translated from official documents. I just read this series of articles to deepen my understanding of RabbitMQ.

Install Rabbit MQ Guide on Windows-Zhang Shanyu-Blog Park
Http://www.cnblogs.com/shanyou/p/4067250.html
Description: This article describes how to create a user.
Use the browser to open the http://localhost:15672 Access Rabbit MQ Management console, using the account you just created to log into the system.

RABBITMQ series RABBITMQ stand-alone installation-Daniel Chow-Blog Park
Http://www.cnblogs.com/DanielChow/p/3372664.html

RABBITMQ Primer-liuzhigang1237 's Column-Blog channel-csdn.net
http://blog.csdn.net/liuzhigang1237/article/details/12006281

RABBITMQ Primer Installation and testing-Programmer also can be a poet. -Blog Channel-csdn.net
http://blog.csdn.net/boonya/article/details/37879739

Getting Started with AMQP and RabbitMQ
http://www.infoq.com/cn/articles/AMQP-RabbitMQ/
Description: This article explains the concepts of AMQP and RabbitMQ.

Rubric: RABBITMQ from beginner to proficient-blog channel-csdn.net
Http://blog.csdn.net/column/details/rabbitmq.html

RABBITMQ-Tags-Corporate treasure-Blog Park
http://www.cnblogs.com/qiyebao/tag/rabbitmq/
Description: This is an article series.

"Architecture" about RABBITMQ-live to old, learn old-Iteye technology website

http://lynnkong.iteye.com/blog/1699684

The explanation of the concept is more detailed: Clear the switch, the queue of gratitude.

In order to achieve load balancing, you can notify RABBITMQ on the consumer side, and the next message will not be accepted until a message is processed.

Channel.basic_qos (Prefetch_count=1)

High availability is also explained at the end of this article.

Several typical use scenes of RABBITMQ-Afantou-Blog Park

Http://www.cnblogs.com/luxiaoxun/p/3918054.html

Tutorials-Download Channel-csdn.net

http://download.csdn.net/detail/dugulieyang/4325534

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.