activemq/activemq-core
Hiram R. Chirino 3d95025a47 Depending on the test configuration parameters, it was possible to get an OutOfMemory error. The causes were:
- The MessageList was holding on to all the messages being consumed, changed this so that it only holds on to the messageIds
 - Was using a non persistent broker, but was sending it persistent messages, in the topic case, he holds on to the messages in a memory based message store.  By default we now send non persistent messages.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@360195 13f79535-47bb-0310-9956-ffa450edef68
2005-12-30 23:25:03 +00:00
..
src Depending on the test configuration parameters, it was possible to get an OutOfMemory error. The causes were: 2005-12-30 23:25:03 +00:00
.cvsignore Moved the trunk code into the trunk sub directory 2005-12-12 17:53:59 +00:00
maven.xml Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
pom.xml Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
project.properties Moved the trunk code into the trunk sub directory 2005-12-12 17:53:59 +00:00
project.xml Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00