Introduction to message queue and message queue application scenarios
17 minutes22 secondsIntroduction and principles of rabbitmq
12 minutes00 secondsrabbitmq installation starts
10 minutes54 secondsrabbitmq management interface and command line usage
12 minutes49 secondsCreate vhost and php extension installation from command line
10 minutes00 secondsSimple mode producer messages are pushed to the message queue
13 minutes15 secondsSimple mode consumer receives messages
12 minutes03 secondsWorker mode produces and consumes messages
14 minutes04 secondsConsumer consumption message ack confirmation
11 minutes09 secondsfanout mode producer pushes to exchange
Fanout mode consumer consumes messages
Use of direct mode message queue
Topic mode message queue usage
Introduction to Delay Queue and Dead Letter Queue
11 minutes38 secondsDelay queue implementation
17 minutes34 secondsrabbitmq delay plug-in installation
08 minutes02 secondsDelay plug-in implements delay queue function
14 minutes42 secondsPractical introduction and environment preparation
06 minutes23 secondsAfter the user successfully logs in, the message is pushed to the message queue.
14 minutes14 secondsConsumers consume messages into the database
13 minutes19 secondsOrder data is pushed to the delay queue
18 minutes40 secondsDelay Queue Message Unpaid Order Processing
10 minutes26 seconds