Mirror of Apache ActiveMQ
Go to file
James Strachan e1d4780221 minor refactor to allow pluggable MessageGroupMap implementations so that we don't have to keep around every single GroupID in RAM if we don't want to (which could very easily become a RAM leak) and can use a provider which uses hashbuckets instead.
added an initial implementation of a hashbucket based MessageGroupMap which should be fine; am waiting on a unit test run to complete before I dare enable it by default :)

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@366204 13f79535-47bb-0310-9956-ffa450edef68
2006-01-05 15:36:07 +00:00
activecluster Add scm info to activecluster 2005-12-31 10:48:23 +00:00
activeio Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
activemq-core minor refactor to allow pluggable MessageGroupMap implementations so that we don't have to keep around every single GroupID in RAM if we don't want to (which could very easily become a RAM leak) and can use a provider which uses hashbuckets instead. 2006-01-05 15:36:07 +00:00
activemq-jaas Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
activemq-optional PR: AMQ-461 2006-01-02 18:35:24 +00:00
activemq-ra fix for AMQ-348 to allow a ConnectionFactory to be specified so it can be shared across inbound and outputbound messaging 2006-01-05 11:14:38 +00:00
activemq-systest Modified to compile under JDK14 2006-01-01 17:21:13 +00:00
activemq-web Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
assembly updated the release's data directory to be something activemq related to help folks know what the directory is 2006-01-05 11:35:53 +00:00
etc Fix for AMQ-435 2006-01-05 11:25:03 +00:00
jmeter Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
openwire-c removed redeliverypolicy from the openwire protocol 2006-01-05 09:30:29 +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 Fix for AMQ-435 2006-01-05 11:26:43 +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