We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdd083 commit 838b88aCopy full SHA for 838b88a
src/reference/asciidoc/amqp.adoc
@@ -85,7 +85,7 @@ public interface Exchange {
85
----
86
87
As you can see, an `Exchange` also has a 'type' represented by constants defined in `ExchangeTypes`.
88
-The basic types are: `direct`, `topic`, fanout`, and `headers`.
+The basic types are: `direct`, `topic`, `fanout`, and `headers`.
89
In the core package, you can find implementations of the `Exchange` interface for each of those types.
90
The behavior varies across these `Exchange` types in terms of how they handle bindings to queues.
91
For example, a `Direct` exchange lets a queue be bound by a fixed routing key (often the queue's name).
0 commit comments