Tag

Delayed Message

0 views collected around this technical thread.

Architecture & Thinking
Architecture & Thinking
May 30, 2025 · Backend Development

Mastering RocketMQ Delayed Messages: Principles, Implementation, and Best Practices

This tutorial explains RocketMQ's delayed message feature, covering its core concepts, implementation using a time‑wheel algorithm, step‑by‑step usage instructions, practical code examples, and important considerations for reliable scheduling in distributed backend systems.

Delayed MessageJavaMessage Queue
0 likes · 10 min read
Mastering RocketMQ Delayed Messages: Principles, Implementation, and Best Practices
Architect's Guide
Architect's Guide
Oct 7, 2024 · Backend Development

RabbitMQ Overview, Installation Guide, and Delayed Message Implementation

This article introduces RabbitMQ, explains its core features and messaging model, discusses why to use it for asynchronous, decoupled, and throttled processing, and provides step‑by‑step installation instructions for macOS, Windows, and CentOS along with Java code examples for configuring and using delayed messages via the rabbitmq_delayed_message_exchange plugin.

Delayed MessageInstallationJava
0 likes · 11 min read
RabbitMQ Overview, Installation Guide, and Delayed Message Implementation
macrozheng
macrozheng
Jun 25, 2024 · Backend Development

7 Real-World Message Queue Patterns Every Backend Engineer Should Master

This article explores seven classic message‑queue use cases—from asynchronous decoupling and traffic‑shaping to delayed tasks, broadcast consumption, distributed transactions, and using Kafka as a data hub—illustrated with real‑world examples and code snippets.

Broadcast ConsumptionDelayed MessageDistributed Systems
0 likes · 12 min read
7 Real-World Message Queue Patterns Every Backend Engineer Should Master