Search

4.7. Direct Exchange

download PDF

4.7.1. Direct Exchange

A Direct Exchange routes messages to queues where there is an exact match between the binding key of the queue and the subject of the message (routing key).
Note as you look at this picture that multiple queues can bind to a Direct Exchange with the same binding key. In the diagram we see one message going to one queue, but if other queues on that exchange have the same binding key, they will also receive the message.
A Direct Exchange routes messages to queues where there is an exact match between the binding key of the queue and the subject of the message.

Figure 4.1. Direct Exchange

A Direct Exchange is a specialization of the Topic Exchange. Effectively, a Direct Exchange is a Topic Exchange where there are no wildcards used, or allowed, on the binding key.
The Direct Exchange also supports exclusive binding, so that a queue can guarantee that it is the only recipient of messages sent to the Direct Exchange with the routing key used to exclusively bind the queue to the exchange.
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.