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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,15 @@ Each message containing the `x-deduplication-header` header will not be routed i
50
50
51
51
To create a message deduplication exchange, just declare it providing the type `x-message-deduplication`.
52
52
53
-
Extra arguments:
53
+
Required arguments:
54
54
55
55
*`x-cache-size`: maximum number of entries for the deduplication cache. If the deduplication cache fills up, older entries will be removed to give space to new ones.
56
-
This parameter is mandatory.
56
+
57
+
Optional arguments:
58
+
57
59
*`x-cache-ttl`: amount of time in milliseconds duplicate headers are kept in cache.
58
-
This parameter is optional.
59
60
*`x-cache-persistence`: whether the duplicates cache will persist on disk or in memory.
60
-
This parameter is optional. Default persistence type is `memory`.
0 commit comments