Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/2328
@franz1981 i redid the solution to fix the issues, essentially ensuring all
access is via synchronized methods, and nothing leaks out (e.g. internal
properties isnt able to be got from outside , i spotted a few cases)
Perf wise seems good enough to me. The main thing was to fix the
concurrency issues.
---
