摘要: 1、客户端lib <dependency> <groupId>com.rabbitmq</groupId> <artifactId>amqp-client</artifactId> <version>5.15.0</version> </dependency> 2、获取连接和信道 //1、设置连接工 阅读全文
posted @ 2022-07-26 14:27 往事随雨 阅读(126) 评论(0) 推荐(0)
摘要: 官网文档解释: If a message is published with the "mandatory" flags set, but cannot be routed, the broker will return it to the sending client (via an AMQP.B 阅读全文
posted @ 2022-07-26 14:25 往事随雨 阅读(164) 评论(0) 推荐(0)