activemq-artemis/tests
Clebert Suconic f7c4d56cc7 ACTIVEMQ6-78 Improving performance over Netty NIO blocked calls
https://issues.apache.org/jira/browse/ACTIVEMQ6-78 performance work

There are two aspects of this work. First avoid asynchronous packets and avoid
context switch over the executors. Packet had a method to make certain packets such
as commit to use a different executor. Since it's NIO everything is done at the Netty thread now.

The second aspect was to make sure we use the proper buffering
2015-02-11 12:47:14 -05:00
..
byteman-tests ACTIVEMQ6-43(reopened) : Replace License Headers on codebase 2015-01-05 13:14:25 -05:00
concurrent-tests ACTIVEMQ6-13 auto-create/auto-delete jms queues 2015-01-13 15:29:17 -06:00
config ACTIVEMQ6-43(reopened) : Replace License Headers on codebase 2015-01-05 13:14:25 -05:00
integration-tests ACTIVEMQ6-76 auto queue creation on STOMP send/sub 2015-02-09 09:03:58 -06:00
jms-tests ACTIVEMQ6-78 Improving performance over Netty NIO blocked calls 2015-02-11 12:47:14 -05:00
joram-tests ACTIVEMQ6-67 - cleaned up configuration 2015-01-15 15:48:22 +00:00
performance-tests ACTIVEMQ6-78 Adding tests to evaluate this task 2015-02-11 12:47:01 -05:00
soak-tests ACTIVEMQ6-40 Update to the geronimo jms 2 spec JAR. 2015-01-02 12:51:37 -05:00
stress-tests ACTIVEMQ6-40 Update to the geronimo jms 2 spec JAR. 2015-01-02 12:51:37 -05:00
timing-tests ACTIVEMQ6-67 - cleaned up configuration 2015-01-15 15:48:22 +00:00
unit-tests ACTIVEMQ6-78 Improving performance over Netty NIO blocked calls 2015-02-11 12:47:14 -05:00
pom.xml Rework dependency management in top level poms 2015-01-19 15:40:30 +00:00