StackPractices

Tag: amqp

Browse 3 practical software engineering resources tagged with "amqp". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving amqp. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.

AMQP

AMQP is a messaging protocol for reliable communication. It is used by RabbitMQ and other message brokers.

The resources below cover exchanges, queues, bindings, and messaging patterns. Each guide helps you build reliable messaging with AMQP.

Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.

Task Queues and RPC with RabbitMQ and AMQP

Distribute background tasks and implement request-reply patterns with RabbitMQ using durable...

RabbitMQ Queue Design Template

Template for documenting RabbitMQ queue, exchange, and binding design: exchange types, queue...

Complete Guide to RabbitMQ Architecture

Design and operate RabbitMQ for reliable messaging. Covers exchanges, queues, bindings, routing...