This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new dada1cd  NO-JIRA update versions doc
dada1cd is described below

commit dada1cdb6a7d656f9e8824de09d6fba8b8180d0f
Author: Justin Bertram <[email protected]>
AuthorDate: Sun Sep 19 21:35:52 2021 -0500

    NO-JIRA update versions doc
---
 docs/user-manual/en/versions.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/user-manual/en/versions.md b/docs/user-manual/en/versions.md
index 850fccf..4830e6f 100644
--- a/docs/user-manual/en/versions.md
+++ b/docs/user-manual/en/versions.md
@@ -70,6 +70,17 @@ Highlights:
    "rate" metric mistakenly left visible on the web console after it was
    removed from the management API.
 
+4. Due to [ARTEMIS-3141](https://issues.apache.org/jira/browse/ARTEMIS-3141),
+   [ARTEMIS-3128](https://issues.apache.org/jira/browse/ARTEMIS-3128), &
+   [ARTEMIS-3175](https://issues.apache.org/jira/browse/ARTEMIS-3175)
+   the data returned for any "list" or "browse" management method which return
+   message data, including those exposed via the web console, will have their
+   return data truncated by default. This is done to avoid adverse conditions
+   with large volumes of message data which could potentially negatively impact
+   broker stability. The `management-message-attribute-size-limit`
+   address-setting controls this behavior. If you wish to restore the previous
+   (and potentially dangerous behavior) then you can specify `-1` for this.
+   It is `256` by default.
 
 ## 2.17.0
 

Reply via email to