NO-JIRA: some more organization on critical analyzer

This commit is contained in:
Clebert Suconic 2017-09-27 10:51:15 -04:00
parent 8c2b73624c
commit 8b68e8f48a
1 changed files with 2 additions and 1 deletions

View File

@ -626,8 +626,9 @@ public class ActiveMQServerImpl implements ActiveMQServer {
break; break;
case LOG: case LOG:
criticalAction = criticalComponent -> { criticalAction = criticalComponent -> {
sendCriticalNotification(criticalComponent);
ActiveMQServerLogger.LOGGER.criticalSystemLog(criticalComponent); ActiveMQServerLogger.LOGGER.criticalSystemLog(criticalComponent);
threadDump();
sendCriticalNotification(criticalComponent);
}; };
break; break;
} }