System Design Aug 18, 2026 8 min read
Message Delivery Semantics Lab: Crash, Retry, and Idempotency Examples
Run four deterministic delivery scenarios to see how ACK timing, crashes, retries, stable IDs, and DLQ boundaries change business outcomes.
Tag
2 articles with this tag. Follow these related notes when you want a narrower study path.
System Design Aug 18, 2026 8 min read
Run four deterministic delivery scenarios to see how ACK timing, crashes, retries, stable IDs, and DLQ boundaries change business outcomes.
System Design Aug 18, 2026 4 min read
Build a Spring Boot transactional outbox that commits business state with publication intent, survives relay crashes, and exposes duplicate-safe evidence.