You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ Extra arguments:
39
39
Message deduplication
40
40
---------------------
41
41
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.
43
43
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.
0 commit comments