rocketmq transaction message
The transaction message of rocketmq is used as a solution to distributed transactions on some occasions. Today, let's an...
Rabbitmq basic introduction application
catalogue Fundamentals of Rabbitmq (I) introduction to Rabbitmq Rabbitmq Foundation (II) installation and configuration ...
Spring AMQP fanoutexchange implements publish / subscribe
The publish and subscribe model is shown in the figure below:
...
java operation rabbitmq consumer example
rabbitmq, as a message queue, is very common in practical applications. Producers send messages to a queue...
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...
RabbitMQ working mode with pictures and texts
1, Simple mode 1. Simple mode
The first mock ...
[RabbitMQ] takes you through the RabbitMQ Delay Queue
Text taste: shredded fish-flavored meat. Read expected: 10 minutes
...
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...
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...
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...
A reusable distributed transaction message architecture based on RabbitMQ
premise
Distributed transaction is a more dif...
RabbitMQ Learning II: Managing single-node RabbitMQ
Environmental preparation:
[root@master ~]# cat /etc/redh...
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...
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...
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...
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...