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 a9168a164 Automatic Site Publish by Buildbot
a9168a164 is described below
commit a9168a164085eaa5efde36e2c44caa5ad4b37cbd
Author: buildbot <[email protected]>
AuthorDate: Sat Mar 25 05:50:54 2023 +0000
Automatic Site Publish by Buildbot
---
output/configuring-wire-formats.html | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/output/configuring-wire-formats.html
b/output/configuring-wire-formats.html
index 715f6060c..4ab88a086 100644
--- a/output/configuring-wire-formats.html
+++ b/output/configuring-wire-formats.html
@@ -132,6 +132,11 @@
<td><code class="language-plaintext
highlighter-rouge">MAX_LONG</code></td>
<td>Maximum allowed frame size. Can help help prevent OOM DOS
attacks.</td>
</tr>
+ <tr>
+ <td><code class="language-plaintext
highlighter-rouge">maxFrameSizeEnabled</code></td>
+ <td><code class="language-plaintext highlighter-rouge">true</code></td>
+ <td>Should the maxFrameSize check be verified? (since: v5.16.4)</td>
+ </tr>
<tr>
<td><code class="language-plaintext
highlighter-rouge">sizePrefixDisabled</code></td>
<td><code class="language-plaintext highlighter-rouge">false</code></td>
@@ -174,6 +179,10 @@
</bean>
</code></pre></div></div>
+<p><strong>Max Frame Size:</strong></p>
+
+<p>The maxFrameSizeEnabled check applies to both the client and server-side.
The setting is <em>not</em> transferred from the server to the client during
wireformat negotiation. This allows clients and servers to configure
independently (generally only for testing).</p>
+
</div>
</div>
</div>