Skip to content

Basics

This example shows the most fundamental RabbitMQ pattern in Rabbit Relay: a direct exchange with explicit routing keys.

It is the recommended starting point to understand how publishers and consumers are connected without abstractions.

Full example on GitHub:
https://github.com/bitspacerlabs/rabbit-relay/tree/main/examples/00-basics/direct

Released under the MIT License.