Mirror of Apache ActiveMQ
Go to file
Martyn Taylor a65ac586c2 https://issues.apache.org/jira/browse/AMQ-5729 - Do not log passwords on MBean method calls.
Previous to this patch the AnnotatedMBean class would simply dump
any arguments passed in via JMX call to the log (when audit is enabled).
Method parameters can sometimes contain sensitive information such as
the password field on QueueView.sendTextMessage.

This patch adds a @Sensitive annotation to the JMX module allowing
implementations of MBean interfaces to mark method parameters as sensitive
preventing values from being logged.
2015-04-20 18:06:45 +01:00
activemq-all https://issues.apache.org/jira/browse/AMQ-5558 - make activemq-all jar executable 2015-02-12 11:35:23 +01:00
activemq-amqp Update some logging for better coverage 2015-04-16 18:46:40 -04:00
activemq-blueprint Open up the xbean osgi import range to include 4.x 2015-03-04 12:43:44 -05:00
activemq-broker https://issues.apache.org/jira/browse/AMQ-5729 - Do not log passwords on MBean method calls. 2015-04-20 18:06:45 +01:00
activemq-camel AMQ-5721 - Update ActiveMQ to use commons-pool2 instead of commons-pool.AMQ-5636 will need it. The JMS pool and other components should use it as well. 2015-04-16 16:01:39 +02:00
activemq-client https://issues.apache.org/jira/browse/AMQ-5710 - rework fix to resolve some unit test regressions, change now confined to rar usecase 2015-04-09 16:50:14 +01:00
activemq-console AMQ-5721 - Update ActiveMQ to use commons-pool2 instead of commons-pool.AMQ-5636 will need it. The JMS pool and other components should use it as well. 2015-04-16 16:01:39 +02:00
activemq-fileserver [maven-release-plugin] prepare for next development iteration 2015-01-30 12:46:19 +00:00
activemq-http https://issues.apache.org/jira/browse/AMQ-5155 2015-04-02 09:10:08 -04:00
activemq-itests-spring31 [maven-release-plugin] prepare for next development iteration 2015-01-30 12:46:19 +00:00
activemq-jaas [maven-release-plugin] prepare for next development iteration 2015-01-30 12:46:19 +00:00
activemq-jdbc-store https://issues.apache.org/jira/browse/AMQ-5567 - fix and test - issue was eager dispatch with concurrent sends, recovery and outcome delivery now assign a new sequence id to message additions which sorts sequence order in the xa case 2015-02-06 12:56:29 +00:00
activemq-jms-pool Updated API for commons-pool2 2015-04-16 16:01:39 +02:00
activemq-kahadb-store https://issues.apache.org/jira/browse/AMQ-5578 - preallocation could ocurr after a restart over an existing journal file! - fix and test 2015-04-20 16:04:01 +01:00
activemq-karaf AMQ-5721 - Update ActiveMQ to use commons-pool2 instead of commons-pool.AMQ-5636 will need it. The JMS pool and other components should use it as well. 2015-04-16 16:01:39 +02:00
activemq-karaf-itest https://issues.apache.org/jira/browse/AMQ-5606 - reenable the karaf itest with the new amqp client - ActiveMQAMQPBrokerFeatureTest 2015-04-03 14:19:15 +01:00
activemq-leveldb-store fix the inconsistency with ElectingLevelDBStore.isMaster() under AMQ-5082 unit test conditions 2015-04-01 07:36:52 -07:00
activemq-log4j-appender [maven-release-plugin] prepare for next development iteration 2015-01-30 12:46:19 +00:00
activemq-mqtt https://issues.apache.org/jira/browse/AMQ-5734 2015-04-20 18:17:09 +02:00
activemq-openwire-generator [maven-release-plugin] prepare for next development iteration 2015-01-30 12:46:19 +00:00
activemq-openwire-legacy [maven-release-plugin] prepare for next development iteration 2015-01-30 12:46:19 +00:00
activemq-osgi Open up the xbean osgi import range to include 4.x 2015-03-04 12:43:44 -05:00
activemq-partition [maven-release-plugin] prepare for next development iteration 2015-01-30 12:46:19 +00:00
activemq-pool AMQ-5721 - Update ActiveMQ to use commons-pool2 instead of commons-pool.AMQ-5636 will need it. The JMS pool and other components should use it as well. 2015-04-16 16:01:39 +02:00
activemq-ra https://issues.apache.org/jira/browse/AMQ-5710 - connection cleanup should not remove connection from the broker 2015-04-07 17:21:59 +02:00
activemq-rar AMQ-5721 - Update ActiveMQ to use commons-pool2 instead of commons-pool.AMQ-5636 will need it. The JMS pool and other components should use it as well. 2015-04-16 16:01:39 +02:00
activemq-run [maven-release-plugin] prepare for next development iteration 2015-01-30 12:46:19 +00:00
activemq-runtime-config https://issues.apache.org/jira/browse/AMQ-5644 - fixing the test as many assumptions in it are not correct and were working previously only cause of this bug 2015-03-13 14:16:58 +01:00
activemq-shiro [maven-release-plugin] prepare for next development iteration 2015-01-30 12:46:19 +00:00
activemq-spring AMQ-5721 - Update ActiveMQ to use commons-pool2 instead of commons-pool.AMQ-5636 will need it. The JMS pool and other components should use it as well. 2015-04-16 16:01:39 +02:00
activemq-stomp https://issues.apache.org/jira/browse/AMQ-5707 2015-04-07 10:32:49 -04:00
activemq-tooling https://issues.apache.org/jira/browse/AMQ-5592 2015-02-17 15:42:45 -05:00
activemq-unit-tests https://issues.apache.org/jira/browse/AMQ-5729 - Do not log passwords on MBean method calls. 2015-04-20 18:06:45 +01:00
activemq-web https://issues.apache.org/jira/browse/AMQ-5685 2015-04-16 12:53:49 -04:00
activemq-web-console Upgrade year to 2015 2015-03-15 11:34:04 +01:00
activemq-web-demo Open up the xbean osgi import range to include 4.x 2015-03-04 12:43:44 -05:00
assembly AMQ-5721 - Update ActiveMQ to use commons-pool2 instead of commons-pool.AMQ-5636 will need it. The JMS pool and other components should use it as well. 2015-04-16 16:01:39 +02:00
etc/css Adding missing headers 2007-11-12 15:09:51 +00:00
trash/activemq-optional AMQ-5721 - Update ActiveMQ to use commons-pool2 instead of commons-pool.AMQ-5636 will need it. The JMS pool and other components should use it as well. 2015-04-16 16:01:39 +02:00
.gitignore update ignore settings 2013-11-06 11:19:32 -05:00
KEYS Added the key for Arthur Naseef. 2015-01-12 17:54:21 -07: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 Upgrade year to 2015 2015-03-15 11:34:04 +01: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 AMQ-5721 - Update ActiveMQ to use commons-pool2 instead of commons-pool.AMQ-5636 will need it. The JMS pool and other components should use it as well. 2015-04-16 16:01:39 +02: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.