You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/03/12 13:04:00 UTC

[jira] [Work logged] (ARTEMIS-3175) Restrict/truncate messages attributes to a configurable limit for management views

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

ASF GitHub Bot logged work on ARTEMIS-3175:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Mar/21 13:03
            Start Date: 12/Mar/21 13:03
    Worklog Time Spent: 10m 
      Work Description: gtully opened a new pull request #3490:
URL: https://github.com/apache/activemq-artemis/pull/3490


   …-size-limit to sensibly limit data returned by list/browse/filter management ops


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 565300)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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: 10m
>  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 - *_managementMessageAttributeSizeLimit_*
> 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)