xuxiaocong commented on PR #541:
URL: https://github.com/apache/rocketmq-spring/pull/541#issuecomment-1775030643
入口类增加
@Import(RocketMQAutoConfiguration.class)
配置需要下面三个
rocketmq.name-server=xxx
rocketmq.producer.group=xxx
rocketmq.pull-consumer.group=xxx # 无法监听的增加这个配置就行了
Routee commented on PR #541:
URL: https://github.com/apache/rocketmq-spring/pull/541#issuecomment-1765783116
> > 大家如果在升级到spring boot
3的时候遇到该问题,直接使用@import(RocketMQAutoConfiguration.class)配置即可
>
> 监听也会出问题,后面还有很多问题,我基本都踩了一个遍
那监听是怎么解决的啊
--
This is an automated message from the
988494 commented on PR #541:
URL: https://github.com/apache/rocketmq-spring/pull/541#issuecomment-1765503508
> 大家如果在升级到spring boot
3的时候遇到该问题,直接使用@import(RocketMQAutoConfiguration.class)配置即可
监听也会出问题,后面还有很多问题,我基本都踩了一个遍
--
This is an automated message from the Apache Git Service.
To r