Mirror of Apache ActiveMQ
Go to file
James Strachan fd3c5104df Added a workaround for Spring 2.0-rc1 for AMQ-825 where we avoid using File objects on the default persistence adapter and use Strings instead. Its unfortunate (I tried patching xbean-spring to get around this but I'm afraid it doesn't seem possible). So folks using Java to configure the dataDirectory will need to change foo.setDataDirectory(file) to foo.setDataDirectoryFile(file) or switch to using a String
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421936 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 16:25:29 +00:00
activecluster http://issues.apache.org/activemq/browse/AMQ-814 2006-07-11 15:32:20 +00:00
activeio Adding a project that can build a m2 repository of all the activemq dependencies. 2006-07-12 05:08:00 +00:00
activemq-console set value of activemq.home system property 2006-07-14 03:25:03 +00:00
activemq-core Added a workaround for Spring 2.0-rc1 for AMQ-825 where we avoid using File objects on the default persistence adapter and use Strings instead. Its unfortunate (I tried patching xbean-spring to get around this but I'm afraid it doesn't seem possible). So folks using Java to configure the dataDirectory will need to change foo.setDataDirectory(file) to foo.setDataDirectoryFile(file) or switch to using a String 2006-07-14 16:25:29 +00:00
activemq-cpp (AMQ-797) Fixing windows build for activemq-cpp 2006-07-06 16:32:44 +00:00
activemq-dotnet Patch applied: http://issues.apache.org/activemq/browse/AMQ-719 2006-07-12 19:10:16 +00:00
activemq-jaas http://issues.apache.org/activemq/browse/AMQ-814 2006-07-11 15:32:20 +00:00
activemq-jmeter http://issues.apache.org/activemq/browse/AMQ-710 2006-06-15 17:43:08 +00:00
activemq-openwire-generator Created a activemq-openwire-generator module which will hold the openwire code generation scripts. This will be used in conjunction 2006-07-05 21:59:37 +00:00
activemq-optional http://issues.apache.org/activemq/browse/AMQ-814 2006-07-11 15:32:20 +00:00
activemq-perftest Remove scripts 2006-07-12 13:09:34 +00:00
activemq-ra tidied up the xbean-spring configuration and used the xbean-spring maven plugin 2006-07-14 13:27:51 +00:00
activemq-rar Updated pom so that it has the proper contents now. 2006-07-11 04:56:50 +00:00
activemq-repository-builder Adding a project that can build a m2 repository of all the activemq dependencies. 2006-07-12 05:08:00 +00:00
activemq-soaktest Applied fixes for AMQ-717 2006-05-22 10:35:58 +00:00
activemq-systest http://issues.apache.org/activemq/browse/AMQ-710 2006-06-15 17:43:08 +00:00
activemq-web http://issues.apache.org/activemq/browse/AMQ-814 2006-07-11 15:32:20 +00:00
activemq-web-console fixed namespaces in test file 2006-07-14 11:39:46 +00:00
activemq-web-demo Removed relativepath element in parent declaration. 2006-07-09 09:11:22 +00:00
assembly rename logging directory so that it matches the log4j configuration 2006-07-13 16:08:42 +00:00
cms Added win32 project files to build cms 2006-05-03 13:44:59 +00:00
maven-bundle-plugin Removed relativepath element in parent declaration. 2006-07-09 09:11:22 +00:00
maven-gram-plugin set the eol to native 2006-07-05 22:30:19 +00:00
openwire-c Updated to latest openwire code gen 2006-07-11 05:44:33 +00:00
openwire-cpp set the eol style to native 2006-07-06 03:17:58 +00:00
sandbox trunk has moved onto 4.1 development.. if you want to work on 4.0.1 stuff, co the 4.0 branch! 2006-06-05 20:16:30 +00:00
systest set the eol to native 2006-07-05 22:30:19 +00:00
tooling Close the consumer before unsubscribing it. 2006-07-11 09:42:16 +00:00
KEYS Added my gpg public key to the key file. If you are going to be doing releases, you should do the same. 2006-02-16 04:07:41 +00:00
LICENSE.txt did some more svn:eol-style property setting 2006-02-21 23:28:33 +00:00
NOTICE added the notice file 2006-04-21 08:38:24 +00:00
README.txt Update README.txt and UserGuide to refer to "Apache ActiveMQ" 2006-05-27 15:42:18 +00:00
STATUS updated the status file 2006-05-16 17:37:54 +00:00
doap.rdf Validated against http://www.w3.org/RDF/Validator/ 2006-03-27 17:53:33 +00:00
pom.xml took an exclusion out 2006-07-13 15:54:24 +00:00

README.txt

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


Incubation Disclaimer
=====================
Apache ActiveMQ is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Geronimo PMC. 

Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, 
communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. 

While incubation status is not necessarily a reflection of the completeness or stability of the code, it does 
indicate that the project has yet to be fully endorsed by the ASF.


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

Getting Started
http://incubator.apache.org/activemq/getting-started.html

Building
http://incubator.apache.org/activemq/getting-started.html#GettingStarted-WindowsSourceInstallation
http://incubator.apache.org/activemq/getting-started.html#GettingStarted-UnixSourceInstallation

Examples
http://incubator.apache.org/activemq/examples.html

We welcome contributions of all kinds, for details of how you can help
http://incubator.apache.org/activemq/contributing.html

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

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

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