JogJo opened a new issue, #747:
URL: https://github.com/apache/rocketmq-spring/issues/747
application.yml中配置,只有producer和simple-consumer,没有看到push-consumer,是取消掉了吗?
官方示例里还是使用了push-consumer去配置,并通过实现RocketMQListener来消费消息
rocketmq:
push-consumer:
endpoints: 192.168.1.100:8081
tag: "*"
simple-consumer:
endpoints: 192.168.1.100:8081
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]