mirror of
https://github.com/apache/activemq.git
synced 2025-02-06 01:59:15 +00:00
Timothy Bish
8f7dbccf4c
https://issues.apache.org/jira/browse/AMQ-4731
Initial fix for this issue. Uses a separate collection to track the creation time of the consumers, might want to test just using a ConcurrentLinkedQueue since that will stay in creation or naturally although the remove operations could cost more...removed debug logs.
https://issues.apache.org/jira/browse/AMQ-4682 - implement runtimeConfigurationPlugin that will track xml config and react to changes. simple verification via test that adds a new network connector on the fly
https://issues.apache.org/jira/browse/AMQ-4365 - allow lease locker to be used by kahadb - remove deps on jdbc pa. LockableService now passes a reference to a locker so it can pull the brokerService, extracted some of the jdbc lock common stuff, additional test kahadb with jdbc lease
https://issues.apache.org/jira/browse/AMQ-4729 - add lockableSupport to mKahaDb to isolate it from dynamically created filtered kahadb locks, nested locks are disabled when top level lock is in place. default to a sharedfile locker
https://issues.apache.org/jira/browse/AMQ-4365 - allow lease locker to be used by kahadb - remove deps on jdbc pa. LockableService now passes a reference to a locker so it can pull the brokerService, extracted some of the jdbc lock common stuff, additional test kahadb with jdbc lease
Fix for https://issues.apache.org/jira/browse/AMQ-4695 where user could not subscribe anonymously even though authn and authz was set up for it
https://issues.apache.org/jira/browse/AMQ-4426 - default to client ack, so that if a tx aborts we never auto ack or start a local transaction
https://issues.apache.org/jira/browse/AMQ-4634 - create ack with known transaction context so that subesquent timeout triggers a rollback and does not leave a null transaction
allow xapooledconnectionfactory as an admin object - allows xa enlistment at the session level for jms style use cases with the RAR contents. validation of https://issues.apache.org/jira/browse/AMQ-3560 in eap 6.1
https://issues.apache.org/jira/browse/AMQ-4682 - support values and list/values for PropertyPlaceholderConfigurer locations
https://issues.apache.org/jira/browse/AMQ-4275 - more improvements to activemq-maven-plugin; include all dependencies and use default value for the project
adding activemq-arquillian module with fork of https://github.com/hornetq/hornetq/blob/master/examples/javaee (licensed under apache2) to provide a framework and tests that validate the RAR in a jee container. The eap profile requires a manual download of eap 6.1
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.
Description
Languages
Java
97%
JavaScript
1.7%
HTML
0.6%
Shell
0.3%
CSS
0.1%
Other
0.1%