Mirror of Apache ActiveMQ
Go to file
Adrian T. Co e99fc62e4a - Added a message to the request map in failover before sending it to prevent race condition where the response tries (and fails) to remove the message before it is even added. This is to prevent double sending a message because it is still in the requestMap. (This is for the master-slave test cases)
- Enabled a QueueBridgeTest, this test seems to pass already.
- Some minor typo correction.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@376206 13f79535-47bb-0310-9956-ffa450edef68
2006-02-09 06:43:10 +00:00
activecluster Clean up 2006-01-18 01:54:51 +00:00
activeio support defining local address and port for a socket - e.g: 2006-02-08 11:02:36 +00:00
activemq-console - Move AMQ command console to separate module (activemq-console) 2006-02-07 06:48:24 +00:00
activemq-core - Added a message to the request map in failover before sending it to prevent race condition where the response tries (and fails) to remove the message before it is even added. This is to prevent double sending a message because it is still in the requestMap. (This is for the master-slave test cases) 2006-02-09 06:43:10 +00:00
activemq-jaas Updated poms so that we use the incubator-apache group id so that folks can clearly tell that we are still in the incubator 2006-01-14 21:27:28 +00:00
activemq-optional Clean up 2006-01-18 01:54:51 +00:00
activemq-ra Need to check if the server pool is closing before calling reconnect, as the method is synchronized and can cause deadlocks 2006-02-01 17:29:05 +00:00
activemq-systest Updated poms so that we use the incubator-apache group id so that folks can clearly tell that we are still in the incubator 2006-01-14 21:27:28 +00:00
activemq-web removed 2006-02-04 07:31:44 +00:00
assembly disabled tests that are failing for me. 2006-02-07 22:27:58 +00:00
etc - Move AMQ command console to separate module (activemq-console) 2006-02-07 06:48:24 +00:00
jmeter Clean up 2006-01-18 01:54:51 +00:00
openwire-c re-ran the openwire generation script 2006-01-09 18:10:44 +00:00
openwire-dotnet Thanks to the suggestion from Lars Eirik Sivesind of this article describing how to convert Java concurrency programming constructs to .Net http://www.ondotnet.com/pub/a/dotnet/2001/08/06/csharp.html?page=3 2006-02-01 14:39:04 +00:00
sandbox Clean up 2006-01-18 01:54:51 +00:00
systest Clean up 2006-01-18 01:54:51 +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 just test 2006-01-13 23:09:37 +00:00
STATUS Current incubation status 2006-02-02 06:53:53 +00:00
build.properties Moved the trunk code into the trunk sub directory 2005-12-12 17:53:59 +00:00
maven.xml Added goals for generating build failure reports. 2006-02-03 06:55:14 +00:00
pom.xml - Move AMQ command console to separate module (activemq-console) 2006-02-07 06:48:24 +00:00
project.properties - Move AMQ command console to separate module (activemq-console) 2006-02-07 06:48:24 +00:00
project.xml - test commit only 2006-02-02 08:30:51 +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