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 e8f202dab Automatic Site Publish by Buildbot
e8f202dab is described below

commit e8f202dab7dcb2f7ece82368b2d52bfa1dcf6087
Author: buildbot <[email protected]>
AuthorDate: Wed Jul 1 17:32:23 2026 +0000

    Automatic Site Publish by Buildbot
---
 .../structured-message-properties-and-mapmessages.html         | 10 +++++++---
 output/components/classic/download/classic-05-19-08.html       |  1 +
 output/components/classic/download/classic-06-02-07.html       |  1 +
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git 
a/output/components/classic/documentation/structured-message-properties-and-mapmessages.html
 
b/output/components/classic/documentation/structured-message-properties-and-mapmessages.html
index 0d9838bab..9995011f8 100644
--- 
a/output/components/classic/documentation/structured-message-properties-and-mapmessages.html
+++ 
b/output/components/classic/documentation/structured-message-properties-and-mapmessages.html
@@ -105,11 +105,15 @@
   <li><a 
href="http://java.sun.com/j2ee/1.4/docs/api/javax/jms/MapMessage.html#setObject(java.lang.String,%20java.lang.Object)">MapMessage.setObject(key,
 value)</a></li>
 </ul>
 
-<p>The value can be an arbitrarily nested structure of Maps, Lists and 
primitive objects (numbers and strings). To give you an idea of the kinds of 
things you can do you could try looking at these unit test cases</p>
+<p>The value can be an arbitrarily nested structure of Maps, Lists and 
primitive objects (numbers and strings).</p>
+
+<p><strong>Note:</strong> The depth of nested structures (ie. a list of list 
of list etc) is limited to 127.</p>
+
+<p>To give you an idea of the kinds of things you can do you could try looking 
at these unit test cases</p>
 
 <ul>
-  <li><a 
href="http://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/test/message/NestedMapMessageTest.java";>NestedMapMessageTest</a></li>
-  <li><a 
href="http://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/test/message/NestedMapAndListPropertyTest.java";>NestedMapAndListPropertyTest</a></li>
+  <li><a 
href="https://github.com/apache/activemq/blob/main/activemq-unit-tests/src/test/java/org/apache/activemq/test/message/NestedMapMessageTest.java";>NestedMapMessageTest</a></li>
+  <li><a 
href="https://github.com/apache/activemq/blob/main/activemq-unit-tests/src/test/java/org/apache/activemq/test/message/NestedMapAndListPropertyTest.java";>NestedMapAndListPropertyTest</a></li>
 </ul>
 
 
diff --git a/output/components/classic/download/classic-05-19-08.html 
b/output/components/classic/download/classic-05-19-08.html
index 1eeb28dd7..85458dc1b 100644
--- a/output/components/classic/download/classic-05-19-08.html
+++ b/output/components/classic/download/classic-05-19-08.html
@@ -112,6 +112,7 @@ For the client, maxInflatedDataSize is computed as a ratio 
using maxInflatedData
   <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>
+  <li>Message Properties and Map Messages now limit the depth of nested 
structures (ie list of list) to 127. See <a 
href="../documentation/structured-message-properties-and-mapmessages">Structured
 Message Properties and MapMessages</a></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 9c7e2f0bc..1aba19b63 100644
--- a/output/components/classic/download/classic-06-02-07.html
+++ b/output/components/classic/download/classic-06-02-07.html
@@ -113,6 +113,7 @@ For the client, maxInflatedDataSize is computed as a ratio 
using maxInflatedData
   <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>
+  <li>Message Properties and Map Messages now limit the depth of nested 
structures (ie list of list) to 127. See <a 
href="../documentation/structured-message-properties-and-mapmessages">Structured
 Message Properties and MapMessages</a></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


Reply via email to