Mirror of Apache ActiveMQ
Go to file
James Strachan c1a1dd2689 minor refactor to make the WebClient easier to use as a stand alone POJO
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@397149 13f79535-47bb-0310-9956-ffa450edef68
2006-04-26 08:54:07 +00:00
activecluster Fix dependencies scopes for m2 build... 2006-04-17 22:39:14 +00:00
activeio We now check to see it org.apache.activeio.journal.active.DisableLocking system property is set to true, if so we don't attempt to do any file locking. 2006-04-18 18:03:27 +00:00
activemq-console Fix m2 build: the distribution is nearly identical to the m1 dist. 2006-04-15 23:33:05 +00:00
activemq-core It was possible to return a marshalled command before previously added pending commands. And have the commands run out of order. For examples, an unsubscribe could be executed before all it's ack were run. This fix forces commands to allways be run in enqueued order. 2006-04-25 19:22:29 +00:00
activemq-dotnet Fix m2 build: the distribution is nearly identical to the m1 dist. 2006-04-15 23:33:05 +00:00
activemq-gbean Fix m2 build: the distribution is nearly identical to the m1 dist. 2006-04-15 23:33:05 +00:00
activemq-gbean-management Fix m2 build: the distribution is nearly identical to the m1 dist. 2006-04-15 23:33:05 +00:00
activemq-jaas Fix dependencies scopes for m2 build... 2006-04-17 22:39:14 +00:00
activemq-jmeter fixed typo error. 2006-04-21 04:18:49 +00:00
activemq-optional Fix m2 build: the distribution is nearly identical to the m1 dist. 2006-04-15 23:33:05 +00:00
activemq-ra Now the distribution fully works on m2 (without tests). 2006-04-17 20:38:21 +00:00
activemq-rar Fix dependencies scopes for m2 build... 2006-04-17 22:39:14 +00:00
activemq-soaktest - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
activemq-systest Fix m2 build: the distribution is nearly identical to the m1 dist. 2006-04-15 23:33:05 +00:00
activemq-web minor refactor to make the WebClient easier to use as a stand alone POJO 2006-04-26 08:54:07 +00:00
activemq-web-demo updated the demo to reflect the latest changes in activemq-web 2006-04-25 14:21:25 +00:00
assembly Fixed build to include notice file 2006-04-21 08:57:58 +00:00
cms Added xcode project file for the OS X users out there and tweaked so that build works on OS X. 2006-04-25 15:49:05 +00:00
etc use latest versioned actveio 2006-04-10 18:12:29 +00:00
maven-bundle-plugin Fix m2 build: the distribution is nearly identical to the m1 dist. 2006-04-15 23:33:05 +00:00
openwire-c dded client control commands (Java clients mainly) 2006-04-13 20:19:43 +00:00
openwire-cpp Added client control commands 2006-04-13 20:20:35 +00:00
sandbox Fix m2 build: the distribution is nearly identical to the m1 dist. 2006-04-15 23:33:05 +00:00
stomp/php Add \n after the frame terminator \0 2006-04-19 18:08:15 +00:00
systest - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +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 Added disclaimer that was incorrectly added to the other README.txt file 2006-04-12 06:49:52 +00:00
STATUS Current incubation status 2006-02-02 06:53:53 +00:00
build.properties did some more svn:eol-style property setting 2006-02-21 23:28:33 +00:00
doap.rdf Validated against http://www.w3.org/RDF/Validator/ 2006-03-27 17:53:33 +00:00
maven.xml Added a continuum goal to build and ignore test failures. 2006-03-29 00:41:07 +00:00
pom.xml Added minimum maven version 2006-04-25 11:39:58 +00:00
project.properties Getting gbeans to work. 2006-03-27 18:28:18 +00:00
project.xml did some more svn:eol-style property setting 2006-02-21 23:28:33 +00:00

README.txt

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


Incubation Disclaimer
=====================
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

Building
http://incubator.apache.org/activemq/Building

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

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

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 ActiveMQ better - we appreciate any feedback you may have.
Enjoy!

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