activemq-artemis/artemis-cli/src/main
Clebert Suconic 7fd17f407f ARTEMIS-1269 Simple Actor to replace certain executions
This is replacing an executor on ServerSessionPacketHandler
by a this actor.

This is to avoid creating a new runnable per packet received.

Instead of creating new Runnable, this will use a single static runnable
and the packet will be send by a message, which will be treated by a listener.

Look at ServerSessionPacketHandler on this commit for more information on how it works.
2017-07-11 14:22:36 -04:00
..
filtered-resources/org/apache/activemq/artemis/cli Moving artemis-tools to artemis-cli and improving the tooling 2015-05-03 12:42:19 -04:00
java/org/apache/activemq/artemis ARTEMIS-1269 Simple Actor to replace certain executions 2017-07-11 14:22:36 -04:00
resources NO-JIRA: Improve docs on broker.xml 2017-06-02 11:14:09 -05:00