Another concern here: 

As Tim mentioned : 
> You need to configure a large maxFrameSize on the STOMP transportConnector
> in your Broker 
> configuration, see: http://activemq.apache.org/xml-configuration.html

I looked into the source code of ActiveMQ. I don't think changing the
'maxFrameSize' will work here. From the stack trace I posted I can clearly
see that 'MAX_DATA_LENGTH' and 'MAX_COMMAND_LENGTH' is exceeded when I try
to send more than 100MB of data. And these are constants defined in
StompWireFormat.java. I didn't find any way to modified these parameters in
entire ActiveMQ source code.

*My Questions: 
*
1. Is there any way I can send more than 100MB of data from STOMP (python
and perl) producers? 
2. What is the difference between 'MAX_DATA_LENGTH' and 'MAX_COMMAND_LENGTH'
?
3. These parameters should be configurable. Should I log a JIRA for this ? 

Thanks,
Anuj





--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-Stomp-producer-messages-size-limitation-tp4689847p4691050.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to