Hi, The max message size use can send over HTTP is limited by max POST size Jetty server will accept. I thinks it's 1MB by default, so it shouldn't cause the problem you're seeing. Can you reproduce the problem reliably (with the test case ideally) and file it as a Jira issue?
Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Thu, Feb 12, 2009 at 12:45 PM, libert <a...@a-l.fr> wrote: > > Hi, > > I'm trying to send a BytesMessage (size : 1 MB max) using HTTP transport > but > it does not work. > > In the ActiveMQ console, I get this : > java.io.UTFDataFormatException: encoded string too long: 208555 bytes > > If I switch to openwire TCP, program is working fine ... > > Is there any message size limit on HTTP transport ? > > I'm using ActiveMQ 5.2.0 win32 > > Thanks. > -- > View this message in context: > http://www.nabble.com/Bytesmessage-and-http-transport-tp21974419p21974419.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >