Skip to content

Commit 10c56d3

Browse files
authored
issue #95: improve README
1 parent 7fce536 commit 10c56d3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,15 @@ Each message containing the `x-deduplication-header` header will not be routed i
5050

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

53-
Extra arguments:
53+
Required arguments:
5454

5555
* `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+
5759
* `x-cache-ttl`: amount of time in milliseconds duplicate headers are kept in cache.
58-
This parameter is optional.
5960
* `x-cache-persistence`: whether the duplicates cache will persist on disk or in memory.
60-
This parameter is optional. Default persistence type is `memory`.
61+
Default persistence type is `memory`.
6162

6263
### Message headers
6364

0 commit comments

Comments
 (0)