Tag

Dead Letter

1 views collected around this technical thread.

Wukong Talks Architecture
Wukong Talks Architecture
Apr 24, 2024 · Backend Development

Core Concepts and Common Patterns of RabbitMQ

This article explains why message queues are needed, outlines RabbitMQ's architecture, describes its basic concepts and working modes such as simple, work, fanout, direct and topic, and discusses reliability features like transactions, confirms, dead‑letter queues, TTL, clustering, ordering, and handling message backlogs.

ClusteringDead LetterMessage Queue
0 likes · 24 min read
Core Concepts and Common Patterns of RabbitMQ
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jan 29, 2021 · Backend Development

Understanding Message Queues: Purpose, Common MQs, RabbitMQ Patterns, and Best Practices

This article explains the role of message queues in asynchronous processing, application decoupling, traffic shaping and log handling, compares popular MQ products, details RabbitMQ concepts and common patterns, and discusses reliability, ordering, dead‑letter, TTL and clustering strategies.

ClusteringDead LetterMessage Queue
0 likes · 27 min read
Understanding Message Queues: Purpose, Common MQs, RabbitMQ Patterns, and Best Practices
Top Architect
Top Architect
Jan 11, 2021 · Backend Development

Comprehensive Guide to RabbitMQ: AMQP Basics, Reliability, Clustering, and Best Practices

This article provides an in‑depth overview of RabbitMQ, covering AMQP core concepts, exchange types, reliable delivery mechanisms, message idempotency, consumer flow control, dead‑letter handling, clustering modes, and high‑availability deployment strategies for robust backend systems.

AMQPClusteringDead Letter
0 likes · 17 min read
Comprehensive Guide to RabbitMQ: AMQP Basics, Reliability, Clustering, and Best Practices