MQ

rocketmq transaction message

The transaction message of rocketmq is used as a solution to distributed transactions on some occasions. Today, let's an...
21:41 4 December 2021

Rabbitmq basic introduction application

catalogue Fundamentals of Rabbitmq (I) introduction to Rabbitmq Rabbitmq Foundation (II) installation and configuration ...
22:05 17 November 2021

Spring AMQP fanoutexchange implements publish / subscribe

The publish and subscribe model is shown in the figure below: ...
14:53 2 November 2021

java operation rabbitmq consumer example

    rabbitmq, as a message queue, is very common in practical applications. Producers send messages to a queue...
16:59 12 October 2021

rabbitmq implementation of spring boot for message reliability

1. The producer module realizes message reliability through publisher confirm mechanism 1.1 producer module import rabbi...
9:19 24 September 2021

RabbitMQ working mode with pictures and texts

1, Simple mode 1. Simple mode The first mock ...
15:48 15 September 2021

[RabbitMQ] takes you through the RabbitMQ Delay Queue

Text taste: shredded fish-flavored meat. Read expected: 10 minutes ...
19:57 28 June 2020

RabbitMQ and SpringBoot integration

To integrate RabbitMQ with SpringBoot, first we need to create a new SpringBoot project, which is divided into two sub m...
0:47 26 June 2020

Introduction, installation and use of RabbitMQ

RabbitMQ RabbitMQ 1.MQ introduction 2. Use scenario 2.1. Peak shaving The origin of peak shaving 2.2 log processing 2...
6:42 21 June 2020

Spring boot auto configuration principle

Spring boot auto configuration principle For ...
7:43 19 June 2020

SpringBoot + RabbitMQ (ensure that the message is delivered successfully and consumed 100%)

1, Throw a picture first Note: This article covers many aspects of RabbitMQ, such as: Message sending confirmation m...
0:58 5 June 2020

A reusable distributed transaction message architecture based on RabbitMQ

premise Distributed transaction is a more dif...
6:21 27 May 2020

RabbitMQ Learning II: Managing single-node RabbitMQ

Environmental preparation: [root@master ~]# cat /etc/redh...
12:42 18 May 2020

A reusable distributed transaction message architecture scheme based on RabbitMQ!

Author: Throwable Blog Park: https://www.cnblogs.com/throwable/p/12266806.html premise Distributed transaction is a dif...
22:48 6 February 2020

Replacing scheduled tasks with delay queues

§ 1 RabbitMQ delay queue RabbitMQ delay queue is mainly realized by TTL (Time to Live) and dead letter exchange (Dead Letter Exchanges) of messages. I...
19:32 3 December 2019

django development - building distributed (multi node) task queue with cellery

Today, I'll show you how to use cellery to build a task queue with two nodes in django project (one master node and one child node; the master no...
19:43 2 December 2019

Spring integrates RabbitMQ-03-SimpleMessageListenerContainer

SimpleMessageListenerContainer Simple message listening container. This class is very powerful. We can set many settings for it. For message configura...
1:39 2 December 2019