Skip to content

Commit a1d648f

Browse files
committed
Merge branch 'master' of github.com:noxdafox/rabbitmq-message-deduplication
2 parents 328d6a1 + 3df7303 commit a1d648f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ The exchange type `x-message-deduplication` allows to filter message duplicates
4545

4646
Each message containing the `x-deduplication-header` header will not be routed if its value has been submitted previously. The amount of time a given message will be guaranteed to be unique can be controlled via the `x-cache-ttl` exchange argument or message header.
4747

48+
> **_NOTE;_** This exchange acts like a [`fanout` exchange](https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchange-fanout), so routing rules are not applied.
49+
4850
### Declare an exchange
4951

5052
To create a message deduplication exchange, just declare it providing the type `x-message-deduplication`.

0 commit comments

Comments
 (0)