This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 3a7b57949 Automatic Site Publish by Buildbot
3a7b57949 is described below
commit 3a7b579492ed9f9b2e59541c5a5f3bfb64d58540
Author: buildbot <[email protected]>
AuthorDate: Tue Oct 18 06:24:52 2022 +0000
Automatic Site Publish by Buildbot
---
output/per-destination-policies.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/output/per-destination-policies.html
b/output/per-destination-policies.html
index 23acb4579..f6fe73811 100644
--- a/output/per-destination-policies.html
+++ b/output/per-destination-policies.html
@@ -207,6 +207,11 @@
<td><code class="language-plaintext highlighter-rouge">true</code></td>
<td>The prefetch extension is used when a message is delivered but not
ACK’ed, such that the broker can dispatch another message, e.g., <code
class="language-plaintext highlighter-rouge">prefetch == 0</code>, the idea
being that there will always be prefetch number of messages pending. It also
allows a transaction batch to exceed the prefetch value.</td>
</tr>
+ <tr>
+ <td><code class="language-plaintext
highlighter-rouge">sendDuplicateFromStoreToDLQ</code></td>
+ <td><code class="language-plaintext highlighter-rouge">false</code></td>
+ <td>(v5.17.0) If <code class="language-plaintext
highlighter-rouge">true</code>, will send a copy of message to DLQ when
duplicateFromStore condition is detected. Before v5.17.0, the default behavior
was <code class="language-plaintext highlighter-rouge">true</code></td>
+ </tr>
<tr>
<td><code class="language-plaintext
highlighter-rouge">sendFailIfNoSpace</code></td>
<td><code class="language-plaintext highlighter-rouge">false</code></td>