Hi, I have check thoroughly that my client does not limit the size.
I tried setting the limit to 90mb and activemq are able to detect it and
give the following messages:
Transport Connection to: tcp//10.2.3.4:50123 failed: java.io.IOexception:
Frame Size of 191 MB larger
Hi,
that looks strange, maybe your client is also using some setup that
keeps it at 100MB. The best thing to do is to enable debugging on
org.apache.activemq.transport package and see in the logs what they
negotiate.
You should see something like
2013-01-10 17:04:11,753 [0.1:61616@54421] - DEBUG
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:
But I still encounters error s