RabbitMQ message queue one-stop learning tutorial from entry to proficiency [31 episodes in total]

RabbitMQ is a powerful message queue middleware. Currently, RabbitMQ is the most commonly used message queue in China. It is relatively balanced in all aspects, and its characteristics of strong stability, high concurrency and low latency are deeply loved by the majority of enterprise developers.

In order to help Java developers who want to learn RabbitMQ technology master RabbitMQ, Dark Horse programmers have launched this set of RabbitMQ message queue entry-to-practice tutorials, which are simple and easy to understand and help everyone get started with RabbitMQ quickly.

https://www.bilibili.com/video/BV1mN4y1Z7t9/?spm_id_from=333.999.0.0

  Graphic tutorial

Introduction

Message queue is one of the most common microservice middleware currently, and RabbitMq is also among the top in usage worldwide. It is deeply loved by the majority of enterprise developers for its strong stability, high concurrency, and low latency. However, there is a lack of a dedicated RabbitMQ course on the market, so this course came into being.

Full set of video 999945555 tutorial + notes + source code Baidu cloud disk download address:
http://yun.itheima.com/course/1038.html?cz
Watch the full video online
Java Advanced RabbitMQ Message Queue Tutorial

Java Advanced RabbitMQ Message Queue Tutorial

For people

1. Java developers who want to learn RabbitMQ technology

2. Be able to use SpringBoot

Course Highlights:

1. Combined with PPT teaching, it is easy to understand and get started quickly.

2. Not only includes basic MQ usage specifications, but also answers to some hot interview questions and corporate practices.

Explanation method:

This course is taught entirely using PPT, combining theory with practical application.

1 Getting started with RabbitMQ

Section 2 - MQ basics - 02. First introduction to MQ - synchronous calls
Section 3 - MQ basics - 03. First introduction to MQ - asynchronous calls
Section 4 - MQ basics - 04. First introduction to MQ - technology selection
Section 5 - MQ Basics-05.RabbitMQ-Understanding and Installation
Section 6-MQ Basics-06.RabbitMQ-Quick Start
Section 7-MQ Basics-07.RabbitMQ-Data Isolation

2 Java client

Section 10 - MQ Basics - 10. Java Client - Fanout Switch
Section 11 - MQ Basics - 11. Java Client - Direct Switch Section
12 - MQ Basics - 12. Java Client - Topic Switch
Section 13 - MQ Basics - 13. Java Client - Method 1 of declaring queues and switches
Section 14 - MQ Basics - 14. Java Client - Method 2 of declaring queues and switches
Section 15 - MQ Basics - 15. Java Client - Message Conversion Configurator
Section 16 - MQ Basics - 16. Transform the business code

3 MQ Advanced Producer and Consumer Reliability

Section 17 - MQ Advanced - 01. Today's Course Introduction
Section 18 - MQ Advanced - 02. Producer Reliability - Producer Reconnection
Section 19 - MQ Advanced - 03. Producer Reliability - Producer Confirmation Principle
Section 20 Section - MQ Advanced - 04. Producer Reliability - Producer Confirmation Code Implementation
Section 21 - MQ Advanced - 05. MQ Reliability - Data Persistence
Section 22 - MQ Advanced - 06. MQ Reliability - LazyQueue
Section Section 23 - MQ Advanced - 07. Consumer Reliability - Consumer Confirmation
Section 24 - MQ Advanced - 08. Consumer Reliability - Failure Retry Mechanism
Section 25 - MQ Advanced - 09. Consumer Reliability - Business Power Equality

4 MQ Advanced: Delayed Messages

Section 26 - MQ Advanced - 10. Delayed Message - What is Delayed Message
Section 27 - MQ Advanced - 11. Delayed Message - Dead Letter Switch
Section 28 - MQ Advanced - 12. Delayed Message - Delayed Message Plugin
Section 29 - MQ Advanced-13. Delayed Message-The basic idea of ​​canceling timeout orders
Section 30-MQ Advanced-14. Delayed Message-Sending messages for delay detection orders
Section 31-MQ Advanced-15. Delayed Message-Listening for delayed messages

Guess you like

Origin blog.csdn.net/Blue92120/article/details/133314991
Recommended