Re: Objectmessage max size, how can i change it?

2008-12-23 Thread James Strachan
2008/12/23 silver1 : > > Ah, > > thank you :) > > The maximum size of a Objectmessage is the maximum available memory space? Its a bit more complex than that; the broker has a cache it tries to maintain before enabling producer flow control. http://activemq.apache.org/producer-flow-control.html S

Re: Objectmessage max size, how can i change it?

2008-12-23 Thread silver1
Ah, thank you :) The maximum size of a Objectmessage is the maximum available memory space? James.Strachan wrote: > > That looks like you're out of heap space - try increasing the JVM's heap > > 2008/12/23 silver1 : >> >> Hi, >> >> what is the maximum size of a objectmessage for sending ov

Re: Objectmessage max size, how can i change it?

2008-12-23 Thread James Strachan
That looks like you're out of heap space - try increasing the JVM's heap 2008/12/23 silver1 : > > Hi, > > what is the maximum size of a objectmessage for sending over a > ssl-protocoll? Is it 20 MB? > Can I modify the size? > > I have tested (ApacheMQ Version 5.2) with a File (~ 25 MB) and get the

Objectmessage max size, how can i change it?

2008-12-23 Thread silver1
Hi, what is the maximum size of a objectmessage for sending over a ssl-protocoll? Is it 20 MB? Can I modify the size? I have tested (ApacheMQ Version 5.2) with a File (~ 25 MB) and get the following Error: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at org.apache.acti