[ 
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)

Reply via email to