Skip to main content

RabbitMQ tutorial - Routing

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