Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/1638
@franz1981 yeah.. I think we should close this... because:
It's not actually even loop. A ProcessorBase is just the context of a fake
executor. Each OrderedExecutor will have its own instance.. This thing may
confuse things a bit.
Say you have 10 running sessions doing deliveries. .you will end up with 10
threads.. each an instance of the OrderedExecutor.. the only difference is that
this will take a thread from the pool and it may schedule tasks on that.
---