RabbitMQ tutorial - Routing — RabbitMQ
This tutorial assumes RabbitMQ is installed and running on localhost on the standard port (5672). In case you use a different host, port or credentials, connections settings would require adjusting. If you're having trouble going through this tutorial you can contact us through the mailing list or RabbitMQ community Slack. As with other Python tutorials, we will use the Pika RabbitMQ client version 1.0.0. In the previous tutorial we built a simple logging system. We were able to broadcast log messages to many receivers. In this tutorial we're going to add a feature to it - we're going to make it possible to subscribe only to a subset of the messages. For example, we will be able to direct only critical error messages to the log file (to save disk space), while still being able to print all of the log messages on the console. In previous examples we were already creating bindings. You may recall code like: A binding is a relationship between an exchange and a queue. This can be simply r
On this page Routing (using the Pika Python client) info Prerequisites This tutorial assumes RabbitMQ is installed and running on localhost on the standard port (5672). In case you use a different host, port or credentials, connections settings would require adjusting. Where to get help If you're having trouble going through this tutorial you can contact us through GitHub Discussions or RabbitMQ community Discord . Prerequisites As with other Python tutorials, we will use the Pika RabbitMQ client version 1.0.0 . What This Tutorial Focuses On In the previous tutorial we built a simp
Explore this link on the map →related reading
- RabbitMQ tutorial - Topics | RabbitMQrabbitmq.com
- RabbitMQ tutorial - Publish/Subscribe | RabbitMQrabbitmq.com
- RabbitMQ tutorial - "Hello world!" | RabbitMQrabbitmq.com
- RabbitMQ tutorial - Work Queues | RabbitMQrabbitmq.com
- RabbitMQ tutorial - Remote procedure call (RPC) | RabbitMQrabbitmq.com
- When to use RabbitMQ over Kafka? - Stack Overflowstackoverflow.com
- RabbitMQ tutorial - Reliable Publishing with Publisher Confirms | RabbitMQrabbitmq.com
- RabbitMQ vs Redis OSS - Difference Between Pub/Sub Messaging Systems - AWSaws.amazon.com
- When to use RabbitMQ or Apache Kafka - CloudAMQPcloudamqp.com
- Amazon SQS FAQs | Message Queuing Service | AWSaws.amazon.com
- Mosquitto MQTT Bridge-Usage and Configurationsteves-internet-guide.com
- iMessage, explained - JJTechjjtech.dev