Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/2484 The bit around lock contention on paging check is very interesting where @qihongxu removed it and performance rose, this would suggest consumer perf change isnt related to io but due to over lock contention in code. Def would be good to see if its safe to remove
---