logger.log(Level.SEVERE, e.getMessage(), e);
}
}
DefaultMuleConfiguration muleConfiguration = new
PropertiesMuleConfigurationFactory(PropertiesMuleConfigurationFactory.getMuleAppConfiguration(MuleServer.DEFAULT_CONFIGURATION))
.createConfiguration();
muleConfiguration.setId(""+Math.random()*System.currentTimeMillis());
muleConfiguration.setContainerMode(true);
muleConfiguration.setShutdownTimeout(3);