This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 fe041b19b Automatic Site Publish by Buildbot
fe041b19b is described below
commit fe041b19b150065d32776b42f44f9e99faa14c01
Author: buildbot <[email protected]>
AuthorDate: Wed Jul 1 12:49:53 2026 +0000
Automatic Site Publish by Buildbot
---
output/components/classic/download/classic-05-19-08.html | 3 ++-
output/components/classic/download/classic-06-02-07.html | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/output/components/classic/download/classic-05-19-08.html
b/output/components/classic/download/classic-05-19-08.html
index 64b68f332..1eeb28dd7 100644
--- a/output/components/classic/download/classic-05-19-08.html
+++ b/output/components/classic/download/classic-05-19-08.html
@@ -107,10 +107,11 @@
<ul>
<li>This release introduces <a
href="../documentation/xbean-xml-reference-50">maxInflatedDataSize</a> and <a
href="../documentation/connection-configuration-uri">maxInflatedDataSizeRatio</a>
as possible breaking changes to be aware of.
-maxInflatedDataSize is the maximum allowed size of an uncompressed message
body. The default on the broker is 100 MB which is in line with the default
maxFrameSize of defined in the XML config of 10 MB on a transport.
+maxInflatedDataSize is the maximum allowed size of an uncompressed message
body. The default on the broker is 100 MB. Note that the default maxFrameSize
defined in the XML config is also 100 MB, this will be lowered in a future
release to 10 MB to be more inline with maxInflatedDataSizeRatio on the client.
For the client, maxInflatedDataSize is computed as a ratio using
maxInflatedDataSizeRatio</li>
<li>By default, <a
href="../documentation/per-destination-policies">allowTempDestinationStealing</a>
has now been disabled. In previous releases, connections could add consumers
on any temporary destination. Now only the connection that created the
temporary destination can consume. This may cause problems with failover or
network bridging if using temporary destinations in those scenarios. You can
re-nable the preivous behavior by setting <code class="language-plaintext
highlighter-ro [...]
<li>The WebConsole is now restricted only to admin users by default. The
WebConsole uses admin credentials to perform some functions, including when
browsing destinations. Therefore, it is recommended to not grant access to
non-admin users as the WebConsole is specifically meant for admins.</li>
+ <li>ActiveMQConnection tracks temp destinations and the map that was used
was replaced with a set in <a
href="https://github.com/apache/activemq/pull/2113">#2113</a>, and scope
reduced to package level. This was never intended to be public API so it should
not be a breaking change, but could be an issue if a user was trying to access
the previous map.</li>
</ul>
<h4 id="other-notable-changes-from-the-recent-5197-and-5198-release">Other
notable changes from the recent 5.19.7 and 5.19.8 release:</h4>
diff --git a/output/components/classic/download/classic-06-02-07.html
b/output/components/classic/download/classic-06-02-07.html
index 2165e0a8c..9c7e2f0bc 100644
--- a/output/components/classic/download/classic-06-02-07.html
+++ b/output/components/classic/download/classic-06-02-07.html
@@ -108,10 +108,11 @@ It especially includes:</p>
<ul>
<li>This release introduces <a
href="../documentation/xbean-xml-reference-50">maxInflatedDataSize</a> and <a
href="../documentation/connection-configuration-uri">maxInflatedDataSizeRatio</a>
as possible breaking changes to be aware of.
-maxInflatedDataSize is the maximum allowed size of an uncompressed message
body. The default on the broker is 100 MB which is in line with the default
maxFrameSize of defined in the XML config of 10 MB on a transport.
+maxInflatedDataSize is the maximum allowed size of an uncompressed message
body. The default on the broker is 100 MB. Note that the default maxFrameSize
defined in the XML config is also 100 MB, this will be lowered in a future
release to 10 MB to be more inline with maxInflatedDataSizeRatio on the client.
For the client, maxInflatedDataSize is computed as a ratio using
maxInflatedDataSizeRatio</li>
<li>By default, <a
href="../documentation/per-destination-policies">allowTempDestinationStealing</a>
has now been disabled. In previous releases, connections could add consumers
on any temporary destination. Now only the connection that created the
temporary destination can consume. This may cause problems with failover or
network bridging if using temporary destinations in those scenarios. You can
re-nable the preivous behavior by setting <code class="language-plaintext
highlighter-ro [...]
<li>The WebConsole is now restricted only to admin users by default. The
WebConsole uses admin credentials to perform some functions, including when
browsing destinations. Therefore, it is recommended to not grant access to
non-admin users as the WebConsole is specifically meant for admins.</li>
+ <li>ActiveMQConnection tracks temp destinations and the map that was used
was replaced with a set in <a
href="https://github.com/apache/activemq/pull/2113">#2113</a>, and scope
reduced to package level. This was never intended to be public API so it should
not be a breaking change, but could be an issue if a user was trying to access
the previous map.</li>
</ul>
<h4 id="other-notable-changes-from-the-recent-625-and-626-release">Other
notable changes from the recent 6.2.5 and 6.2.6 release:</h4>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact