NO-JIRA: some more organization on critical analyzer
This commit is contained in:
parent
8c2b73624c
commit
8b68e8f48a
|
@ -626,8 +626,9 @@ public class ActiveMQServerImpl implements ActiveMQServer {
|
|||
break;
|
||||
case LOG:
|
||||
criticalAction = criticalComponent -> {
|
||||
sendCriticalNotification(criticalComponent);
|
||||
ActiveMQServerLogger.LOGGER.criticalSystemLog(criticalComponent);
|
||||
threadDump();
|
||||
sendCriticalNotification(criticalComponent);
|
||||
};
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue