Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2192#discussion_r205093692
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java
---
@@ -1109,9 +1109,7 @@ void stop(boolean failoverOnServerShutdown, final
boolean criticalIOError, boole
storageManager = null;
sessions.clear();
-
- activateCallbacks.clear();
--- End diff --
This will make ClearActivateCallbackTest to fail---
