mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-12 04:55:36 +00:00
89e84e1320
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.