Hi Guys, I would need help on the following. Currently I'm using activemq 5.6 and trying to send files that is above 100MB. I understand that the default configuration for wireFormat.maxFrameSize is 100MB.
The configuration is as below: <transportConnectors> <transportConnector name="openwire" uri="tcp://0.0.0.0:61616?maximumConnections=1000&wireFormat.maxFrameSize=524288000" discoveryUri="multicast/default"/> </transportConnectors> But I still encounters error stating when i try to send a file that is more than 100MB: Transport Connection to: tcp//10.2.3.4:50123 failed: java.io.IOexception: Frame Size of 191 MB larger than max allowed 100MB. I have changed the maxFrameSize settings to 524288000 (500MB) but it still complain that I only set the size to 100MB. Would greatly appreciate your help for this. Thank you -- View this message in context: http://activemq.2283324.n4.nabble.com/Help-in-ActiveMQ-5-6-maxframesize-configuration-tp4661585.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.