Links tagged “message-queue”
11 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.
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.
dramatiq.io
Documentation for Dramatiq, a Python background task library where decorated functions become actors dispatched to workers over RabbitMQ or Redis.
davidmarquis.wordpress.com
A design for reliable, exactly-once delivery to multiple consumers built on Redis lists and sets rather than its fire-and-forget pub/sub.









