Mirror of Apache ActiveMQ
Go to file
Hiram R. Chirino c5cf03806d Refactored out the remaining plugins in the activemq-core module into their own modules.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1406686 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 16:00:07 +00:00
activemq-all Merged the kahadb module into activemq-core since it's the only known user of the module. Will allow us to eliminate dup util classes. 2012-11-06 22:03:14 +00:00
activemq-amq-store Refactored out the remaining plugins in the activemq-core module into their own modules. 2012-11-07 16:00:07 +00:00
activemq-amqp Refactored the classes needed to run an ActiveMQ JMS client out from the activemq-core module to the activemq-client module. 2012-11-07 05:00:17 +00:00
activemq-blueprint [maven-release-plugin] prepare for next development iteration 2012-10-02 15:37:31 +00:00
activemq-broker Refactored out the remaining plugins in the activemq-core module into their own modules. 2012-11-07 16:00:07 +00:00
activemq-camel Refactored the classes needed to run an ActiveMQ JMS client out from the activemq-core module to the activemq-client module. 2012-11-07 05:00:17 +00:00
activemq-client Refactor all the core broker classes from the activemq-core module into the activemq-broker module. 2012-11-07 13:37:50 +00:00
activemq-console Refactored the classes needed to run an ActiveMQ JMS client out from the activemq-core module to the activemq-client module. 2012-11-07 05:00:17 +00:00
activemq-core Refactored out the remaining plugins in the activemq-core module into their own modules. 2012-11-07 16:00:07 +00:00
activemq-fileserver [maven-release-plugin] prepare for next development iteration 2012-10-02 15:37:31 +00:00
activemq-itests-spring31 Flatten out the module structure out a bit. 2012-11-07 04:48:19 +00:00
activemq-jaas [maven-release-plugin] prepare for next development iteration 2012-10-02 15:37:31 +00:00
activemq-jdbc-store Refactored out the remaining plugins in the activemq-core module into their own modules. 2012-11-07 16:00:07 +00:00
activemq-kahadb-store Refactored out the remaining plugins in the activemq-core module into their own modules. 2012-11-07 16:00:07 +00:00
activemq-karaf AMQ-4154: Fixed activemq to be installed as feature in Karf 2012-11-02 10:19:29 +00:00
activemq-leveldb Move the kahadb disk IO classes under org.apache.activemq.store.kahadb. Drop redundant util classes. 2012-11-06 22:04:26 +00:00
activemq-mqtt Refactored out the remaining plugins in the activemq-core module into their own modules. 2012-11-07 16:00:07 +00:00
activemq-openwire-generator [maven-release-plugin] prepare for next development iteration 2012-10-02 15:37:31 +00:00
activemq-optional fix for: https://issues.apache.org/jira/browse/AMQ-4054 2012-11-01 20:07:57 +00:00
activemq-pool fix issue introduced in https://issues.apache.org/jira/browse/AMQ-4019 for XA connections. 2012-11-07 14:34:47 +00:00
activemq-ra Refactored the classes needed to run an ActiveMQ JMS client out from the activemq-core module to the activemq-client module. 2012-11-07 05:00:17 +00:00
activemq-rar [maven-release-plugin] prepare for next development iteration 2012-10-02 15:37:31 +00:00
activemq-run [maven-release-plugin] prepare for next development iteration 2012-10-02 15:37:31 +00:00
activemq-spring [maven-release-plugin] prepare for next development iteration 2012-10-02 15:37:31 +00:00
activemq-stomp Refactored out the remaining plugins in the activemq-core module into their own modules. 2012-11-07 16:00:07 +00:00
activemq-tooling apply patch for: https://issues.apache.org/jira/browse/AMQ-4140 2012-10-31 12:49:30 +00:00
activemq-web https://issues.apache.org/jira/browse/AMQ-4115 - xss in web demos 2012-10-18 10:57:52 +00:00
activemq-web-console AMQ-3116: Fixed web-console to show unicode chars when browsing message bodies. 2012-10-07 13:10:54 +00:00
activemq-web-demo AMQ-4124: Disabled webapp demo from default configuration file. Need to run conf/activemq-demo.xml for demos. Also enable webapp authentication by default. 2012-11-02 15:11:15 +00:00
activemq-xmpp Refactored the classes needed to run an ActiveMQ JMS client out from the activemq-core module to the activemq-client module. 2012-11-07 05:00:17 +00:00
assembly Refactored the classes needed to run an ActiveMQ JMS client out from the activemq-core module to the activemq-client module. 2012-11-07 05:00:17 +00:00
etc/css Adding missing headers 2007-11-12 15:09:51 +00:00
.gitignore Refactored out the remaining plugins in the activemq-core module into their own modules. 2012-11-07 16:00:07 +00:00
KEYS Added pgp keys for Claus Ibsen 2012-09-21 08:58:34 +00:00
LICENSE Merged in the rest of djencks's release changes from the 4.1 branch 2008-04-08 16:28:08 +00:00
NOTICE Polished notice 2012-09-26 07:16:00 +00:00
README.txt Updating readme to include ECN info. 2008-04-04 19:58:30 +00:00
doap.rdf Polished copyright years 2012-09-25 13:31:48 +00:00
pom.xml Refactored out the remaining plugins in the activemq-core module into their own modules. 2012-11-07 16:00:07 +00:00

README.txt

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

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

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

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

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

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

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

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

Enjoy!

Licensing
=======================================================================

   This software is licensed under the terms you may find in the file 
   named "LICENSE.txt" in this directory.

   This distribution includes cryptographic software.  The country in 
   which you currently reside may have restrictions on the import, 
   possession, use, and/or re-export to another country, of 
   encryption software.  BEFORE using any encryption software, please 
   check your country's laws, regulations and policies concerning the
   import, possession, or use, and re-export of encryption software, to 
   see if this is permitted.  See <http://www.wassenaar.org/> for more
   information.

   The U.S. Government Department of Commerce, Bureau of Industry and
   Security (BIS), has classified this software as Export Commodity 
   Control Number (ECCN) 5D002.C.1, which includes information security
   software using or performing cryptographic functions with asymmetric
   algorithms.  The form and manner of this Apache Software Foundation
   distribution makes it eligible for export under the License Exception
   ENC Technology Software Unrestricted (TSU) exception (see the BIS 
   Export Administration Regulations, Section 740.13) for both object 
   code and source code.

   The following provides more details on the included cryptographic
   software:
   
   ActiveMQ supports the use of SSL TCP connections when used with 
   with a JVM supporting the Java Cryptography extensions
   <http://java.sun.com/javase/technologies/security/>.  ActiveMQ does 
   not include these libraries itself, but is designed to use them.