[ 
https://issues.apache.org/jira/browse/ARTEMIS-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17306932#comment-17306932
 ] 

ASF subversion and git services commented on ARTEMIS-3175:
----------------------------------------------------------

Commit 02bb7031c296ef22d1e58906836b1e579988d0cb in activemq-artemis's branch 
refs/heads/master from gtully
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=02bb703 ]

ARTEMIS-3175 - implement address setting 
management-message-attribute-size-limit to sensibly limit data returned by 
list/browse/filter management ops


> Restrict/truncate messages attributes to a configurable limit for management 
> views
> ----------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3175
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3175
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: JMX
>    Affects Versions: 2.17.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>            Priority: Major
>             Fix For: 2.18.0
>
>          Time Spent: 5h 20m
>  Remaining Estimate: 0h
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to