mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-28 14:29:31 +00:00
ActiveMQConnection implements FailoverEventListener which executes client's FailoverEventListeners in separated threads in background. The old implementation does not guarantee ordering of their executions. The commit improves the implementation to guarantee it.