完全按着官方教程来的,还是连不上,原生的rocketmq可以...
nwlqm0z11#
The current version has this bug, and the next version will fix it with new feature enhancements.
xkftehaa2#
。。。原来是个bug,查了一天的问题。现在好像依然没有解决啊
f87krz0w3#
现在能连上阿里云的rocketmq吗?
uajslkp64#
你可以使用rocketmq rc1的版本测试下,因环境问题,我这边没有做充分测试验证
tpgth1q75#
按照这种方法可以
<dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-client</artifactId> <version>4.8.0</version> </dependency> <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-acl</artifactId> <version>4.8.0</version> </dependency> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-stream-rocketmq</artifactId> <!-- 排除自带rocketMq-client依赖【低版本消息无法发送成功】--> <exclusions> <exclusion> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-client</artifactId> </exclusion> <exclusion> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-acl</artifactId> </exclusion> </exclusions> </dependency>
jm2pwxwz6#
阿里云选择tcp协议接入
6条答案
按热度按时间nwlqm0z11#
The current version has this bug, and the next version will fix it with new feature enhancements.
xkftehaa2#
。。。原来是个bug,查了一天的问题。
现在好像依然没有解决啊
f87krz0w3#
现在能连上阿里云的rocketmq吗?
uajslkp64#
现在能连上阿里云的rocketmq吗?
你可以使用rocketmq rc1的版本测试下,因环境问题,我这边没有做充分测试验证
tpgth1q75#
按照这种方法可以
jm2pwxwz6#
阿里云选择tcp协议接入