}
private void init() throws MalformedObjectNameException, DuccConfigurationException, IOException {
String location = "init";
try {
mqHelper = new MqHelper();
} catch (MalformedObjectNameException e) {
logger.error(location,duccId,e);
throw e;
} catch (NullPointerException e) {
logger.error(location,duccId,e);