pipIrr-platform/pipIrr-web/pipIrr-web-app/src/main/java/com/dy/pipIrrApp/workOrder/mqtt/MqttMsgSubscriber.java
@@ -16,10 +16,15 @@ public void readSubscribeTopicMessage(){ try { String broker = "tcp://127.0.0.1:1883"; String username = "mqtt_u"; String password = "yjy"; String topic = "workOrder"; //String broker = "tcp://127.0.0.1:1883"; //String username = "mqtt_u"; //String password = "yjy"; //String topic = "workOrder"; String broker = "tcp://127.0.0.1:1884"; String username = "server"; String password = "1234"; String topic = "report/#"; Integer qos = 2; String clientId = System.currentTimeMillis() + "";