Description
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