|
|
@ -21,11 +21,11 @@ public class DeltaMQTTListener implements ApplicationListener<ApplicationStarted |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
try { |
|
|
// try {
|
|
|
deltaClientMQTT.start(); |
|
|
// deltaClientMQTT.start();
|
|
|
} catch (Exception e) { |
|
|
// } catch (Exception e) {
|
|
|
logger.error("DeltaClientMQTTS runtime exception",e); |
|
|
// logger.error("DeltaClientMQTTS runtime exception",e);
|
|
|
// throw new RuntimeException(e);
|
|
|
// // throw new RuntimeException(e);
|
|
|
} |
|
|
// }
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|