随笔分类 - [29] RabbitMQ
spring boot整合rabbitmq踩坑 Caused by: org.springframework.amqp.AmqpException: No method found for class
摘要:按照官方的例子代码如下: @Component@RabbitListener(queues="test_mq_testQueue")public class Receiver { @RabbitHandler public void process(String msg){ System.out.p
阅读全文
摘要:https://www.cnblogs.com/vaiyanzi/p/9531607.html
阅读全文