本文的Spring boot版本是2.1.7.RELEASE。 pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </d Read More
1、手动确认机制实现 ChannelAwareMessageListener 接口, 和使用注解@RabbitListener并在配置文件添加spring.rabbitmq.listener.direct.acknowledge-mode=manual, 两种方式有什么差异吗? 前者可以精确到特定的 Read More