-
rocketmq-spring-boot-starter.version 2.1.0
force set rocketmq-client 4.7.0
the broker version 4.7.0
when i use
rocketMQTemplate.sendAndReceive()
Break on All Errors
CODE: 10007 DESC: create r…
-
- rocketmq-client:4.6
- rocketmq-spring-boot-starter:2.1.0
配置与rocketmq-client不一致, rocketmq-client里面是以分钟计算
org.apache.rocketmq.spring.annotation.RocketMQMessageListener
```
/**
* Max consum…
-
rocketmq-spring-boot-starter.version 2.1.0
force set rocketmq-client 4.7.0
the broker version 4.7.0
when i use
rocketMQTemplate.sendAndReceive()
Break on All Errors
CODE: 10007 DESC: create r…
-
## Question
启动后无进程存活,
日志目录下无日志文件
启动日志
cd to /data/server/elasearch/canal.adapter/bin for workaround relative path
CLASSPATH :/data/server/elasearch/canal.adapter/bin/../conf:/data/…
-
The issue tracker is **ONLY** used for bug report and feature request.
Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/).
**BUG REPORT*…
-
I hope to get the data of the number of times the transaction is backchecked when the transaction is backchecked, so as to facilitate the subsequent judgment. For example, when the transaction is back…
-
The git repo is at : https://github.com/alibaba/spring-cloud-alibaba
currently there are 2169 forks and 7973 stars. We have several active maintainers addressing the issues raised by the community.…
-
springboot2.x and rocketmq-spring-boot-starter2.0.3,when start,
Description:
A component required a bean of type 'org.apache.rocketmq.spring.core.RocketMQTemplate' that could not be found.
The …
-
I was able to do so with rocketmq-client like below
```java
public DefaultMQPushConsumer create(Object...args){
// basic setup omitted
defaultMQPushConsumer.subscribe(certainTopic, "*");
…
chwii updated
4 years ago
-
**I recently used rocketMQ to achieve message system in my project, but after I downloaded and added these two dependencies in below:**
org.apache.rocketmq
rock…