227228229230231232233234235236237
} else { try { CurrentActor.set(new BrokerActor(new StartupRootMessageLogger())); startup(); CurrentActor.remove(); } catch (InitException e) {