Mirror of Apache ActiveMQ
Go to file
Bosanac Dejan b2a91b96c4 https://issues.apache.org/jira/browse/AMQ-4574 - EndpointCompleter functionality for camel component
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1489843 13f79535-47bb-0310-9956-ffa450edef68
2013-06-05 12:56:55 +00:00
activemq-all Add the uber source assembly descriptor. 2013-05-23 18:40:33 +00:00
activemq-amqp patch for https://issues.apache.org/jira/browse/AMQ-4568 to add a test timeout 2013-06-04 15:15:50 +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 Fix for: https://issues.apache.org/jira/browse/AMQ-4571 2013-06-04 15:44:50 +00:00
activemq-camel https://issues.apache.org/jira/browse/AMQ-4574 - EndpointCompleter functionality for camel component 2013-06-05 12:56:55 +00:00
activemq-client Fix MessageId copy, wasn't copying the new textView field. Fixes failing test. 2013-06-04 21:24:59 +00:00
activemq-console Implements AMQ-4526: ActiveMQ should automatically restart if a Locker looses it's lock. 2013-05-08 15:34:00 +00:00
activemq-fileserver fix junit warnings. https://issues.apache.org/jira/browse/AMQ-4437 2013-04-04 15:00:05 +00:00
activemq-http patch for: https://issues.apache.org/jira/browse/AMQ-4427 2013-04-02 14:49:03 +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 Additional fixes related to AMQ-4563: You can now configure the storeOpenWireVersion property of a broker to control which version of openwire is used by the persistence stores. This needs to be set to version 10 to preserve the original AMQP message ids. 2013-05-31 19:56:03 +00:00
activemq-kahadb-store Additional AMQ-4563: Since the version of the OpenWire marshalers is configured, lets persist what it was when the store was created and log a warning should we start a broker with an old store configured to use a higher openwire version than originally set. 2013-06-03 17:00:38 +00:00
activemq-karaf AMQ-4552: activemq feature to install in karaf. Still some problems. 2013-05-23 11:54:10 +00:00
activemq-karaf-itest add validation of ws tranpsort in karaf 2013-04-04 10:22:04 +00:00
activemq-leveldb-store Try to avoid the 'short record at position' LevelDB error reported at: http://activemq.2283324.n4.nabble.com/Activemq-5-9-leveldb-replication-issue-tp4667495p4667674.html 2013-06-03 14:55:57 +00:00
activemq-log4j-appender [maven-release-plugin] prepare for next development iteration 2013-02-06 15:45:26 +00:00
activemq-mqtt No need to send MQTT debugging to console anymore. 2013-05-19 17:20:30 +00:00
activemq-openwire-generator [maven-release-plugin] prepare for next development iteration 2013-02-06 15:45:26 +00:00
activemq-openwire-legacy https://issues.apache.org/jira/browse/AMQ-4000 - bumping openwire version to 10 2013-05-17 16:27:35 +00:00
activemq-osgi Add the uber source assembly descriptor. 2013-05-23 18:40:33 +00:00
activemq-pool Fix and test for: https://issues.apache.org/jira/browse/AMQ-4441 2013-04-08 18:58:11 +00:00
activemq-ra https://issues.apache.org/jira/browse/AMQ-4486 - fix and test 2013-04-25 14:33:54 +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 fix junit warnings. https://issues.apache.org/jira/browse/AMQ-4437 2013-04-04 15:00:05 +00:00
activemq-stomp wrote a test to answer question on mailing list, shows wildcard subscription with STOMP 2013-06-04 02:34:00 +00:00
activemq-tooling https://issues.apache.org/jira/browse/AMQ-4275 - more improvements to activemq-maven-plugin; include all dependencies and use default value for the project 2013-04-15 11:59:08 +00:00
activemq-unit-tests AMQ-4571: JUnit test added 2013-06-05 11:51:41 +00:00
activemq-web https://issues.apache.org/jira/browse/AMQ-4418 - refactor web demo to be war that can be ran in karaf 2013-03-29 13:34:34 +00:00
activemq-web-console Align osgi version to 4.3.1 2013-05-23 12:01:53 +00:00
activemq-web-demo https://issues.apache.org/jira/browse/AMQ-4418 - refactor web demo to be war that can be ran in karaf 2013-03-29 13:34:34 +00:00
assembly Add the amqp module to the assembly. 2013-05-24 23:04: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-4574 - EndpointCompleter functionality for camel component 2013-06-05 12:56:55 +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.