Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/548
@barreiro did you think of using an executor from the ThreadPool?
(ExecutorFactory.createExecutor()) from ActiveMQServerImpl?
What about using the same executor for the bindings and journal? this is
creating a single thread for each journal even at low rates.
The issue with the tests is because of the lack of flushing the executor
for certain non transactional tests. (ValidateTransactionalHealth being one).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---