Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/1638
@franz1981 shouldSubmitBlockingTasksFromEventLoopMaintainingOrder is a
buggy code... it's an anti-pattern we shouldn't have in our code.
Sometimes we must do such thing, but then we must make sure we are using
proper executions.. or proper callbacks (even better)---
