ARTEMIS-3531 after review comment from gtully

This commit is contained in:
Erwin Dondorp 2021-10-19 20:56:21 +02:00 committed by Gary Tully
parent 99ed1a7056
commit 524bc7bd71
1 changed files with 2 additions and 2 deletions

View File

@ -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.