mq-demo icon indicating copy to clipboard operation
mq-demo copied to clipboard

springboot版的demo消费者初始化不成功

Open xiaolongren opened this issue 6 years ago • 6 comments

如题,在ConsumerClient里的消费者注册之后在管理后台看不到有消费者订阅。这是一段有bug的代码,spring版本的没有这个问题。

xiaolongren avatar Sep 03 '19 16:09 xiaolongren

换个版本就可以了,不要用1.8.2

zequs avatar Sep 20 '19 04:09 zequs

换个版本就可以了,不要用1.8.2

您好 请问使用哪个版本可行呢。我这边试了1.8.3.Final 和1.8.0.Final 均有问题

JKTerrific avatar Sep 21 '19 01:09 JKTerrific

1.8.2这个版本的,引入 <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> ${version} 或者使用1.8.3以上的版本

panzhi33 avatar Nov 07 '19 07:11 panzhi33

fixed

fuyou001 avatar Nov 07 '19 07:11 fuyou001

这个问题最后是怎么解决的?

coderpwh1024 avatar Aug 05 '22 08:08 coderpwh1024

1.8.4.Final版本还是一样的问题,代码写了,但是消费者就是无法消费,也没报错日志

PhaerisWakfu avatar Dec 12 '22 03:12 PhaerisWakfu