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 阅读全文