} else {
logger.debug("Database already created for Message Broker!");
}
if (WSMGParameter.measureMessageRate) {
TimerThread timerThread = new TimerThread(storeToDBCounter, " StoreSubScriptionToDBCounter");
new Thread(timerThread).start();
}
initMessageQueueStorage();
} catch (Exception e) {