String notificationDbName = config.getProperty(PROP_NOTIFICATION_DB);
runtime.setNotificationDB(
DBUtils.connectDB(randomHost, notificationDbName));
runtime.setMessageDao(new MessageDAO(runtime.getNotificationDB()));
// runtime.setMessageQueueDao(new MessageQueueDAO(runtime.getNotificationDB()));
String schedulerDbName = config.getProperty(PROP_SCHEDULER_DB);
runtime.setSchedulerDB(
DBUtils.connectDB(randomHost, schedulerDbName));