Description
We still populate lots of per message data. ARTEMIS-3141 limits the number of messages that are returned by default however the message data is still displayed in full.
With a few kbytes of data in message properties, it can quickly get become a burden.
The open type message body is called BodyPreview - but we put the whole body in there at the moment.
This enhancement will add an address setting - management-message-attribute-size-limit
with a reasonable 256 default.
That will truncate all message attributes returned in JSON or JMX OpenData to this value.
Most properties will fit in that limit and be fully visible, anything bigger will be difficult to view and is too much data to be exposing in bulk to a console or client.
Attachments
Issue Links
- causes
-
ARTEMIS-3532 Management Console -> Browse Queue -> Show/Resend: message truncated
- Open
-
ARTEMIS-3294 Error browsing messages with a text body
- Closed
- fixes
-
ARTEMIS-3128 Queue browser may cause OutOfMemoryError on server side
- Closed
- is part of
-
ARTEMIS-3141 limit the amount of data returned from jmx/queue control listMessages
- Closed
- is related to
-
ARTEMIS-3531 adding documentation for management-message-attribute-size-limit
- Closed
- links to