-
How do I make Spring integrate RocketMQ as easy as the current rabbitmq?
-
Dubbo-Starter版本:0.1.0
Dubbo版本:2.6.2
RocketMQ版本:4.2.0
在一个项目里面,只使用RocketMQ时是可以正常的启动生产者、消费者,也可以正常的实现消息发送和消费,只使用Dubbo时也可以正常的实现服务的暴露,在dubbo-admin后台可以看到有服务提供者注册到,但是当两者同时出现在一个项目中时Dubbo无法暴露服务,启动日志如下:
20…
-
Hi,
The demo works like a charm under spring boot 1.5.7.
But it meets some problems when I change the maven dependency to 2.0.0, the error message goes like:
> ***************************
APPL…
-
There is a error . Exception in thread "main" org.apache.rocketmq.client.exception.MQClientException: CODE: 1 DESC: The broker does not support consumer to filter message by SQL92
But I see the co…
-
use version 1.3.4.RELEASE
add property zuul.ratelimit.repository
Parameter 0 of method rateLimiterPreFilter in com.marcosbarbero.cloud.autoconfigure.zuul.ratelimit.RateLimitAutoConfiguration require…
-
由于rocketmq-spring-boot-starter为我们处理了消息Body的解析工作,但是导致messageExt对象对我们而言是不可见的了,之前是设想使用messageExt.getBodyCRC()来处理消息幂等性。那现在我能想到的是用md5hash(JSON.toJSONString(message)),将该哈希值作为key存入redis,并设置有效时间比如10分钟。当第一次消费的…
-
I use the swagger2 in my srping boot project,
here is my pom.xml
```xml
org.springframework.boot
spring-boot-starter
org.springframework.boot
…