Skip to content

Commit

Permalink
ui
Browse files Browse the repository at this point in the history
  • Loading branch information
snichme authored and Your Name committed Jan 17, 2025
1 parent 466a511 commit fb2fb4b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions views/exchanges.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@
<a class="arg-tooltip" data-tag="x-alternate-exchange">Alternate Exchange
<span class="tooltiptext">If messages to this exchange cannot otherwise be routed, send them to the alternate exchange named here.</span>
</a>
<a class="arg-tooltip" data-tag="x-message-deduplication" data-value="true">Message deduplication
<span class="tooltiptext">Enable deduplication for this exchange</span>
</a> |
<a class="arg-tooltip" data-tag="x-cache-size" data-value="100">Deduplication cache size
<span class="tooltiptext">Deduplication cache size, in number of entries</span>
</a> |
<a class="arg-tooltip" data-tag="x-cache-ttl" data-value="1000">Deduplication cache ttl
<span class="tooltiptext">How long an entry lives in the deduplication cache, in milliseconds</span>
</a> |
<a class="arg-tooltip" data-tag="x-deduplication-header">Deduplication header
<span class="tooltiptext">Which header to check for deduplication, defaults to x-deduplication-header</span>
</a>
</div>
</label>
<button type="submit" class="btn btn-green">Add exchange</button>
Expand Down
12 changes: 12 additions & 0 deletions views/queues.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,18 @@
Valid units are Y(ear), M(onth), D(ays), h(ours), m(inutes), s(seconds).
Segments are only deleted when new messages are published to the stream queue.</span>
</a>
<a class="arg-tooltip" data-tag="x-message-deduplication" data-value="true">Message deduplication
<span class="tooltiptext">Enable deduplication for this exchange</span>
</a> |
<a class="arg-tooltip" data-tag="x-cache-size" data-value="100">Deduplication cache size
<span class="tooltiptext">Deduplication cache size, in number of entries</span>
</a> |
<a class="arg-tooltip" data-tag="x-cache-ttl" data-value="1000">Deduplication cache ttl
<span class="tooltiptext">How long an entry lives in the deduplication cache, in milliseconds</span>
</a> |
<a class="arg-tooltip" data-tag="x-deduplication-header">Deduplication header
<span class="tooltiptext">Which header to check for deduplication, defaults to x-deduplication-header</span>
</a>
</div>
</label>
<button type="submit" class="btn btn-green">Add queue</button>
Expand Down

0 comments on commit fb2fb4b

Please sign in to comment.