}
}
private void configureLoggingManagementMBean(File logConfigFile, int logWatchTime) throws Exception
{
LoggingManagementMBean blm = new LoggingManagementMBean(logConfigFile.getPath(),logWatchTime);
try
{
blm.register();
}
catch (AMQException e)
{
throw new InitException("Unable to initialise the Logging Management MBean: ", e);
}