Mirror of Apache ActiveMQ
Go to file
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
activecluster Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
activeio Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
activemq-core 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
activemq-jaas Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
activemq-optional Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
activemq-ra Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
activemq-systest Updated/Added more apache copyright headers 2005-12-30 22:40:09 +00:00
activemq-web Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
assembly Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
etc updated the max heap size for test cases 2005-12-29 17:08:45 +00:00
jmeter Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
openwire-c Updated/Added more apache copyright headers 2005-12-30 22:51:06 +00:00
openwire-dotnet/comms-library/amqnet Moved the trunk code into the trunk sub directory 2005-12-12 17:53:59 +00:00
sandbox Moved the gbean modules under that sanbox since they are still not operational 2005-12-28 20:50:08 +00:00
systest Moved the trunk code into the trunk sub directory 2005-12-12 17:53:59 +00:00
LICENSE.txt updated the licence file to be the full ASL 2.0 text 2005-12-30 22:46:28 +00:00
README.txt Moved the trunk code into the trunk sub directory 2005-12-12 17:53:59 +00:00
build.properties Moved the trunk code into the trunk sub directory 2005-12-12 17:53:59 +00:00
maven.xml Updated copyright headers 2005-12-29 02:42:32 +00:00
pom.xml more m2 pom changes 2005-12-28 15:25:44 +00:00
project.properties don't build activeio for now. 2005-12-19 20:50:54 +00:00
project.xml Updated copyright headers 2005-12-29 02:42:32 +00:00

README.txt

Welcome to ActiveMQ 
=================== 

ActiveMQ is a high performance Apache 2.0 licenced Message Broker and JMS 1.1 implementation.

To help you get started, try the following links:-

Getting Started
http://activemq.org/Getting+Started

Building
http://activemq.org/Building

Examples
http://activemq.org/Examples

We welcome contributions of all kinds, for details of how you can help
http://activemq.codehaus.org/Contributing

Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel
http://activemq.org/


Please help us make ActiveMQ better - we appreciate any feedback you may have.

Enjoy!

-----------------
The ActiveMQ team