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 <[email protected]>
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.

Reply via email to