activemq-artemis/activemq-protocols/activemq-openwire-protocol/src/main
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
..
java/org/apache/activemq/core/protocol/openwire ACTIVEMQ6-78 Improving performance over Netty NIO blocked calls 2015-02-11 12:47:14 -05:00
resources/META-INF/services ACTIVEMQ6-4 Rename HornetQ* classes to ActiveMQ* 2014-11-18 16:53:09 -06:00