mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 02:59:14 +00:00
If replication blocked anything on the journal the processing from clients would be blocked and nothing would work. As part of this fix I am using an executor on ServerSessionPacketHandler which will also scale better as the reader from Netty would be feed immediately.