Links tagged “rabbitmq”
9 links, newest first.
rabbitmq.com
Reference guide to the AMQP 0-9-1 model — exchanges, queues and bindings, the four exchange types, acknowledgements, channels and virtual hosts.
rabbitmq.com
RabbitMQ documentation on binding one exchange to another to build layered routing topologies, with Java and .NET client examples.
github.com
Pure-Python AMQP 0.9.1 client library for asyncio, talking to brokers such as RabbitMQ with async/await.
cloudamqp.com
Beginner's walkthrough of how exchanges, bindings and routing keys steer a message to queues, covering the direct, topic, fanout and headers exchange types.
rabbitmq.com
RabbitMQ documentation on queues — naming, durability, exclusivity, message ordering, TTL, replication and consumer prefetch.
medium.com
Why RabbitMQ multiplexes channels inside a single TCP connection, and how extra channels let one application publish and consume in parallel.
skillachie.com
How exchange-to-exchange bindings route messages between RabbitMQ exchanges, and where they beat binding straight to a queue.
spring.io
Weighs partitioned topic routing against many direct exchanges, and shows how exchange-to-exchange bindings keep a large RabbitMQ topology flexible.
jack-vanlightly.com
First of a series contrasting RabbitMQ's exchange-based routing with Kafka's partitioned commit log, and what each topology implies for consumers.







