摘要: Java-Mqtt-ActiveMq(3) 1、maven <dependency> <groupId>org.eclipse.paho</groupId> <artifactId>org.eclipse.paho.client.mqttv3</artifactId> <version>1.2.5< 阅读全文
posted @ 2020-09-25 10:57 趙楊 阅读(359) 评论(0) 推荐(0) 编辑
摘要: Java-Mqtt-ActiveMq(2) 不使用回调函数获取订阅信息 1、maven <!-- https://mvnrepository.com/artifact/org.fusesource.hawtbuf/hawtbuf --> <dependency> <groupId>org.fuses 阅读全文
posted @ 2020-09-25 10:52 趙楊 阅读(325) 评论(0) 推荐(0) 编辑
摘要: Java-Mqtt-ActiveMq(1) 通过Java基于Mqtt协议与ActiveMq交互,订阅(获取消息)/推送主题 1、Maven依赖 <dependency> <groupId>org.springframework.integration</groupId> <artifactId>sp 阅读全文
posted @ 2020-09-25 10:40 趙楊 阅读(857) 评论(0) 推荐(0) 编辑