You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Howard Gao (JIRA)" <ji...@apache.org> on 2019/01/16 02:08:00 UTC

[jira] [Updated] (ARTEMIS-2228) Check message size sent over management API

     [ https://issues.apache.org/jira/browse/ARTEMIS-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard Gao updated ARTEMIS-2228:
--------------------------------
    Description: 
Currently user can send an arbitrary size of messages via management api (console for example) and this may break the buffer size limit and cause the broker throw unexpected exceptions. We need to put some check on the message size over the management API and reject the message if it's too big.

A better solution would be to convert it into large messages at the server side.

  was:Currently user can send an arbitrary size of messages via management api (console for example) and this may break the buffer size limit and cause the broker throw unexpected exceptions. We need to put some check on the message size over the management API and reject the message if it's too big.


> Check message size sent over management API
> -------------------------------------------
>
>                 Key: ARTEMIS-2228
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2228
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.6.3
>            Reporter: Howard Gao
>            Assignee: Howard Gao
>            Priority: Major
>             Fix For: 2.6.4
>
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> Currently user can send an arbitrary size of messages via management api (console for example) and this may break the buffer size limit and cause the broker throw unexpected exceptions. We need to put some check on the message size over the management API and reject the message if it's too big.
> A better solution would be to convert it into large messages at the server side.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)