Skip to content

Commit c0bee4a

Browse files
committed
README fixes
Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 962d2d8 commit c0bee4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Extra arguments:
3939
Message deduplication
4040
---------------------
4141

42-
Add the `x-deduplication-header` header to the message. Its value will be tested against a cache of previously seen messages. If the header value is already present in the cache and has not expired, it will not be routed.
42+
Each message containing the `x-deduplication-header` header will not be routed if its value has been already submitted previously and has not expired.
4343

44-
The optional header `x-cache-ttl` will override the default value provided during the exchange declaration.
44+
The optional header `x-cache-ttl` will override the default one if provided during the exchange declaration. This parameter controls for how many seconds to deduplicate the message. After the TTL expires, a new message with the same `x-deduplication-header` header will be routed again.
4545

4646
License
4747
-------

0 commit comments

Comments
 (0)