Technology
RabbitMQ queues, exchanges, routing, acknowledgements, retries, dead-lettering, and worker-based messaging.
Practice items tagged with RabbitMQ.
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.
Explains command messages versus event messages and how ownership changes their design.
Preparation paths where this taxonomy appears in the track scope.