mirror of
https://github.com/apache/activemq.git
synced 2025-02-11 12:36:07 +00:00
be the most optimal solution. Modified the TaskRunnerFactory so that it uses a system property to choose between the PooledTaskRunner or the DedicatedTaskRunner which now keeps a dedicated thread per task. The default is still set to use the PooledTaskRunner, but we may change this if performance benchmarks indicate that DedicatedTaskRunner should be the default. Also make the thread names a little more uniform so that when you use a debugger you can easily tell what each thread is doing. git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@397774 13f79535-47bb-0310-9956-ffa450edef68
Welcome to ActiveMQ =================== ActiveMQ is a high performance Apache 2.0 licenced Message Broker and JMS 1.1 implementation. Incubation Disclaimer ===================== ActiveMQ is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Geronimo PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. Getting Started =============== To help you get started, try the following links:- Getting Started http://incubator.apache.org/activemq/Getting+Started Building http://incubator.apache.org/activemq/Building Examples http://incubator.apache.org/activemq/Examples We welcome contributions of all kinds, for details of how you can help http://incubator.apache.org/activemq/Contributing Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel http://incubator.apache.org/activemq/ Please help us make ActiveMQ better - we appreciate any feedback you may have. Enjoy! ----------------- The ActiveMQ team
Description
Languages
Java
97%
JavaScript
1.7%
HTML
0.6%
Shell
0.3%
CSS
0.1%
Other
0.1%