Albert,
there's a test case I added to SVN (supplied by Tom - thx Tom!) -
https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/
test/java/org/apache/activemq/bugs/JmsDurableTopicSlowReceiveTest.java
setting the prefetch is important - the defaults are currently only
limited by number, not by payload size - so if not set to a low
number for large messages can result in either broker or client
running out of memory
cheers,
Rob
On 20 Feb 2007, at 15:55, Albert Strasheim wrote:
Hello all
On Tue, 20 Feb 2007, Albert Strasheim wrote:
Hey Rob
On Tue, 20 Feb 2007, Rob Davies wrote:
Hey - I'm just finishing up some testing around some fixes -
hopefully be finished today
<snip>
This afternoon I tried to reproduce this with revision 509600, but
now
our app runs only for a short time before starting to throw
OutOfMemoryErrors (without any code having been changed on our side).
Correction: we experimented with changing the consumers' acknowledge
mode from DUPS_OK_ACKNOWLEDGDE to AUTO_ACKNOWLEDGE, which seems to
have caused this problem. I will investigate some more.
Cheers,
Albert