apache / rocketmq-spring

Apache RocketMQ Spring Integration
https://rocketmq.apache.org/
Apache License 2.0
2.11k stars 898 forks source link

阿里云mq 5.0系列 消息发送失败 #594

Closed KevinWqs closed 1 year ago

KevinWqs commented 1 year ago
    <dependency>
        <groupId>org.apache.rocketmq</groupId>
        <artifactId>rocketmq-spring-boot-starter</artifactId>
        <version>2.2.3</version>
    </dependency>

阿里云 mq 版本 5.0系列

报错:

org.apache.rocketmq.client.exception.MQClientException: No route info of this topic: imtest1

KevinWqs commented 1 year ago

已经解决,需要配置 access-key secret-key

miaotaizi commented 5 months ago

已经解决,需要配置 access-key secret-key

他这个 access-key 和 secret-key 是指 控制台-实例详情-访问控制-智能身份识别 里面的那个账号密码吗 ?