You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by " Poorva (JIRA)" <ji...@apache.org> on 2015/08/04 00:39:04 UTC

[jira] [Commented] (AMQ-5573) Configurable messages size for Stomp producer

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

 Poorva commented on AMQ-5573:
------------------------------

This issue is not fixed yet. Adding transport.maxDataLength option does not changes MAX_COMMAND_LENGTH constant. Due to this user would still get org.apache.activemq.transport.stomp.ProtocolException: The maximum command length was exceeded for a larger message.

> Configurable messages size for Stomp producer
> ---------------------------------------------
>
>                 Key: AMQ-5573
>                 URL: https://issues.apache.org/jira/browse/AMQ-5573
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: stomp
>    Affects Versions: 5.10.0
>            Reporter: Anuj Khandelwal
>            Assignee: Timothy Bish
>             Fix For: 5.11.1, 5.12.0
>
>
> It is coming from http://activemq.2283324.n4.nabble.com/ActiveMQ-Stomp-producer-messages-size-limitation-td4689847.html#a4691046 
> Stomp APIs does not allow to send message more than 100MB. These parameters are in (http://activemq.apache.org/maven/apidocs/src-html/org/apache/activemq/transport/stomp/StompWireFormat.html)  'MAX_DATA_LENGTH' and 'MAX_COMMAND_LENGTH' .
> There might be cases when producer want to send more than 100MB of message. It's better to have such parameters configurable.?
> Thanks,
> Anuj



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)