Tagged articles

message-ttl

4 articles · Page 1 of 1
Java Architect Handbook
Java Architect Handbook
Jun 19, 2026 · Backend Development

What Is a RabbitMQ Dead Letter Queue? Interview Guide

This article explains the concept of RabbitMQ dead‑letter queues, the three conditions that turn a message into a dead letter, how to configure DLX and routing keys in Spring Boot, common pitfalls, a classic order‑timeout use case, and typical interview follow‑up questions.

Dead Letter QueueJava InterviewSpring Boot
0 likes · 11 min read
What Is a RabbitMQ Dead Letter Queue? Interview Guide
IT Architects Alliance
IT Architects Alliance
Jun 26, 2022 · Backend Development

Handling Dead Letter Queues in RabbitMQ with Spring Boot

This article explains what dead letters are in RabbitMQ, outlines their common causes, and provides a complete Spring Boot configuration and code examples for setting up dead‑letter exchanges, queues, TTL handling, message rejection, and consumer processing to reliably manage undeliverable messages.

Dead Letter QueueMessage RejectionSpring Boot
0 likes · 8 min read
Handling Dead Letter Queues in RabbitMQ with Spring Boot
IT Architects Alliance
IT Architects Alliance
Dec 23, 2021 · Backend Development

Implementing Delayed Queues with RabbitMQ in Spring Boot

This article explains how to implement scheduled tasks in a Spring Boot application using RabbitMQ delayed queues, detailing the use of dead‑letter exchanges, message TTL settings, queue configuration, and Java code examples for publishing and consuming delayed messages.

Delayed QueueSpring Bootdead-letter-exchange
0 likes · 9 min read
Implementing Delayed Queues with RabbitMQ in Spring Boot
Programmer DD
Programmer DD
Jul 23, 2019 · Backend Development

Why RabbitMQ Delayed Messages Fail After a Certain Timeout and How to Fix It

This article explains why RabbitMQ delayed messages stop working when the delay exceeds a specific limit, demonstrates the issue with practical curl tests, and provides the exact TTL boundary (4294967295 ms) you must respect to ensure reliable scheduling.

Spring Cloud Streamdelayed-messagesmessage-ttl
0 likes · 5 min read
Why RabbitMQ Delayed Messages Fail After a Certain Timeout and How to Fix It