摘要: 1.引入依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> <depend 阅读全文
posted @ 2020-11-21 22:36 xl4ng 阅读(174) 评论(0) 推荐(0) 编辑
摘要: public class Customer { public static void main(String[] args) throws IOException, TimeoutException { //创建链接mq的连接工厂对象 ConnectionFactory connectionFact 阅读全文
posted @ 2020-11-21 09:11 xl4ng 阅读(92) 评论(0) 推荐(0) 编辑