Mirror of Apache ActiveMQ
Go to file
Timothy A. Bish e1d4a0f986 fix for: https://issues.apache.org/jira/browse/AMQ-4410
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1461595 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 14:19:36 +00:00
activemq-all Remove deprecated modules. Converted many AMQ store tests to be LevelDB tests. 2013-02-13 14:47:40 +00:00
activemq-amqp apply patch for: https://issues.apache.org/jira/browse/AMQ-4379 2013-03-15 19:15:51 +00:00
activemq-blueprint https://issues.apache.org/jira/browse/AMQ-4377 - bring back activemq-blueprint module 2013-03-15 15:42:36 +00:00
activemq-broker https://issues.apache.org/jira/browse/AMQ-4408 - fix and test 2013-03-26 22:56:16 +00:00
activemq-camel fix for: https://issues.apache.org/jira/browse/AMQ-4360 2013-03-07 15:42:18 +00:00
activemq-client https://issues.apache.org/jira/browse/AMQ-4397 - xss in cron expressions 2013-03-21 12:34:01 +00:00
activemq-console https://issues.apache.org/jira/browse/AMQ-4406 - remoce command agent 2013-03-26 13:58:26 +00:00
activemq-fileserver [maven-release-plugin] prepare for next development iteration 2013-02-06 15:45:26 +00:00
activemq-http https://issues.apache.org/jira/browse/AMQ-4298 Add mutual authentication (needClientAuth) to https transport added tests as well 2013-02-12 18:27:53 +00:00
activemq-itests-spring31 [maven-release-plugin] prepare for next development iteration 2013-02-06 15:45:26 +00:00
activemq-jaas [maven-release-plugin] prepare for next development iteration 2013-02-06 15:45:26 +00:00
activemq-jdbc-store AMQ-4122 - add log warning if lease will expire due to mal configuration 2013-02-26 15:25:47 +00:00
activemq-kahadb-store https://issues.apache.org/jira/browse/AMQ-4407 - thanks for the test, to fix we need to ensure a persistence adapter is started, b/c it is stopped when the last dest is removed 2013-03-27 11:22:58 +00:00
activemq-karaf https://issues.apache.org/jira/browse/AMQ-4341 - fix activemq-osgi headers and dependencies; make javax.* non-optional 2013-03-20 10:13:45 +00:00
activemq-karaf-itest https://issues.apache.org/jira/browse/AMQ-3883 - refactoring to make authoriation module with arbitrary group class configuration easier 2013-03-25 17:08:58 +00:00
activemq-leveldb-store https://issues.apache.org/jira/browse/AMQ-4341 - apply patch from ioannis with thanks 2013-02-27 00:36:48 +00:00
activemq-log4j-appender [maven-release-plugin] prepare for next development iteration 2013-02-06 15:45:26 +00:00
activemq-mqtt Fix for: https://issues.apache.org/jira/browse/AMQ-4392 2013-03-20 15:56:12 +00:00
activemq-openwire-generator [maven-release-plugin] prepare for next development iteration 2013-02-06 15:45:26 +00:00
activemq-openwire-legacy [maven-release-plugin] prepare for next development iteration 2013-02-06 15:45:26 +00:00
activemq-osgi https://issues.apache.org/jira/browse/AMQ-4341 - fix activemq-osgi headers and dependencies; make javax.* non-optional 2013-03-20 10:13:45 +00:00
activemq-pool fix for: https://issues.apache.org/jira/browse/AMQ-4410 2013-03-27 14:19:36 +00:00
activemq-ra Fix for https://issues.apache.org/jira/browse/AMQ-4305 Support destination lookup by JNDI name in resource adapter, patch applied, thanks Harald Wellmann. Also added unit tests 2013-02-13 14:57:38 +00:00
activemq-rar [maven-release-plugin] prepare for next development iteration 2013-02-06 15:45:26 +00:00
activemq-run [maven-release-plugin] prepare for next development iteration 2013-02-06 15:45:26 +00:00
activemq-spring https://issues.apache.org/jira/browse/AMQ-3883 - refactoring to make authoriation module with arbitrary group class configuration easier 2013-03-25 17:08:58 +00:00
activemq-stomp tweak to fix failing tests 2013-03-18 15:41:45 +00:00
activemq-tooling [maven-release-plugin] prepare for next development iteration 2013-02-06 15:45:26 +00:00
activemq-unit-tests https://issues.apache.org/jira/browse/AMQ-4407 - thanks for the test, to fix we need to ensure a persistence adapter is started, b/c it is stopped when the last dest is removed 2013-03-27 11:22:58 +00:00
activemq-web https://issues.apache.org/jira/browse/AMQ-4398 - sanitize header in stock portfolio servlet 2013-03-21 13:25:47 +00:00
activemq-web-console https://issues.apache.org/jira/browse/AMQ-4397 - xss in cron expressions 2013-03-21 12:34:01 +00:00
activemq-web-demo [maven-release-plugin] prepare for next development iteration 2013-02-06 15:45:26 +00:00
assembly https://issues.apache.org/jira/browse/AMQ-4406 - remoce command agent 2013-03-26 13:58:26 +00:00
etc/css Adding missing headers 2007-11-12 15:09:51 +00:00
trash/activemq-optional Moved the remaining bits to the activemq-optional module to a trash dir that we won't build anymore. We can clean it out once we are sure we don't need anything from it. 2012-11-08 18:13:11 +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 2013-02-08 08:31:41 +00:00
README.txt Polished 2013-02-08 08:31:41 +00:00
doap.rdf Polished copyright years 2012-09-25 13:31:48 +00:00
pom.xml https://issues.apache.org/jira/browse/AMQ-4377 - bring back activemq-blueprint module 2013-03-15 15:42:36 +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/version-5-getting-started.html

Building
http://activemq.apache.org/version-5-getting-started.html#GettingStarted-WindowsSourceInstallation
http://activemq.apache.org/version-5-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.