7fd17f407f
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. |
||
---|---|---|
.. | ||
activemq5-unit-tests | ||
artemis-test-support | ||
config | ||
extra-tests | ||
integration-tests | ||
jms-tests | ||
joram-tests | ||
performance-tests | ||
smoke-tests | ||
soak-tests | ||
stress-tests | ||
timing-tests | ||
unit-tests | ||
pom.xml |