aqlu / rocketmq-demo

It's a demo project for how to use spring-boot-starter-rocketmq
Apache License 2.0
19 stars 19 forks source link

消费者的监听不起作用 #1

Closed f497196689 closed 6 years ago

f497196689 commented 6 years ago

两个项目都跑起来以后,消费者里面的代码都不执行呀……

f497196689 commented 6 years ago

在ConsumerApplication注入RocketMQTemplate就好了,如图所示。 image

aqlu commented 6 years ago

rocketmq用的那个版本?日志或异常信息提供下

aqlu commented 6 years ago

消费者是不需要注入RocketMQTemplate的

f497196689 commented 6 years ago

rocketmq版本为3.2.4,日志只有以下内容,无法消费信息 image

aqlu commented 6 years ago

demo有修改过吗?从日志看监听器都已启动了。