You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2021/10/21 09:36:44 UTC

[activemq-artemis] branch main updated (925cead -> 524bc7b)

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

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


    from 925cead  ARTEMIS-3433 - allow null return and throw error only startup usage paths
     new 99ed1a7  ARTEMIS-3531 added documentation for address-setting "management-message-attribute-size-limit"
     new 524bc7b  ARTEMIS-3531 after review comment from gtully

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/user-manual/en/address-model.md | 9 +++++++++
 1 file changed, 9 insertions(+)

[activemq-artemis] 02/02: ARTEMIS-3531 after review comment from gtully

Posted by gt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 524bc7bd715ce74ee6ab7a55ca01cc2ee3a46bbf
Author: Erwin Dondorp <er...@dondorp.com>
AuthorDate: Tue Oct 19 20:56:21 2021 +0200

    ARTEMIS-3531 after review comment from gtully
---
 docs/user-manual/en/address-model.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/en/address-model.md b/docs/user-manual/en/address-model.md
index 2c770e6..740086c 100644
--- a/docs/user-manual/en/address-model.md
+++ b/docs/user-manual/en/address-model.md
@@ -956,8 +956,8 @@ methods exposed on the queue control. Default is `200`.
 
 `management-message-attribute-size-limit` is the number of bytes collected from
 the message for browse. This is relevant for the `browse and list` management
-methods exposed on the queue control. messages longer than this value appear
-truncated. Default is `256`. Use `-1` to switch this limit off. Note that
+methods exposed on the queue control. Message attributes longer than this value
+appear truncated. Default is `256`. Use `-1` to switch this limit off. Note that
 memory needs to be allocated for all messages that are visible at a given moment.
 Setting this value too high may impact the browser stability due to the large
 amount of memory that may be required to browse through many messages.

[activemq-artemis] 01/02: ARTEMIS-3531 added documentation for address-setting "management-message-attribute-size-limit"

Posted by gt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 99ed1a705601d0053f7f290243c0f3de0ddc5e00
Author: Erwin Dondorp <er...@cgi.com>
AuthorDate: Mon Oct 18 22:07:22 2021 +0200

    ARTEMIS-3531 added documentation for address-setting "management-message-attribute-size-limit"
---
 docs/user-manual/en/address-model.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/user-manual/en/address-model.md b/docs/user-manual/en/address-model.md
index e3635af..2c770e6 100644
--- a/docs/user-manual/en/address-model.md
+++ b/docs/user-manual/en/address-model.md
@@ -684,6 +684,7 @@ that would be found in the `broker.xml` file.
       <auto-delete-addresses-delay>0</auto-delete-addresses-delay>
       <config-delete-addresses>OFF</config-delete-addresses>
       <management-browse-page-size>200</management-browse-page-size>
+      <management-message-attribute-size-limit>256</management-message-attribute-size-limit>
       <default-purge-on-no-consumers>false</default-purge-on-no-consumers>
       <default-max-consumers>-1</default-max-consumers>
       <default-queue-routing-type></default-queue-routing-type>
@@ -953,6 +954,14 @@ about [configuration reload](config-reload.md).
 can browse. This is relevant for the `browse, list and count-with-filter` management
 methods exposed on the queue control. Default is `200`.
 
+`management-message-attribute-size-limit` is the number of bytes collected from
+the message for browse. This is relevant for the `browse and list` management
+methods exposed on the queue control. messages longer than this value appear
+truncated. Default is `256`. Use `-1` to switch this limit off. Note that
+memory needs to be allocated for all messages that are visible at a given moment.
+Setting this value too high may impact the browser stability due to the large
+amount of memory that may be required to browse through many messages.
+
 `default-purge-on-no-consumers` defines a queue's default
 `purge-on-no-consumers` setting if none is provided on the queue itself.
 Default is `false`. This value can be overridden at the queue level using the