Github user franz1981 commented on the issue:
https://github.com/apache/activemq-artemis/pull/1505
@gemmellr Yes, ArrayDeque is a top performer, especially with long running
constant loads.
The only downside is that it doubles the size each time is full, so it
could create a serious amount of garbage and latencies spikes due to the cost
of migrating the elements to the enlarged size.---
