Tech stack
Queue-backed workers, publish-subscribe events, reliability, idempotency, dead letters, ordering, streaming, and messaging operations.
Practice items tagged with Message Queues and Events.
Explains partition key selection for ordering, load distribution, hot keys, and consumer scalability.
Compares point-to-point queues with publish-subscribe topics and explains when each model fits.
Explains useful message metadata for tracing, idempotency, ownership, versioning, and support diagnostics.
Explains why message handlers must tolerate duplicate delivery and how idempotency protects side effects.
Explains how systems behave when the broker is down or slow and how backpressure protects callers and dependencies.
Explains retry strategy for transient failures and poison-message handling for permanent failures.
Preparation paths where this taxonomy appears in the track scope.