严智鑫
2024-03-04 57596a1ecf0ee9764869658db91101aa40c4e1e9
UnLoadGlassModule/src/main/java/com/mes/service/ModuleB.java
@@ -14,7 +14,7 @@
    public static void main(String[] argv) throws Exception {
        // 创建连接工厂
        ConnectionFactory factory = new ConnectionFactory();
    factory.setHost("10.153.19.150");
        factory.setHost("10.153.19.150");
        //factory.setHost("localhost");
        try (Connection connection = factory.newConnection();
             Channel channel = connection.createChannel()) {