tencent cloud

Client Access Problem
Last updated:2026-01-23 17:52:25
Client Access Problem
Last updated: 2026-01-23 17:52:25

Client Returns Error "No route info of this topic"

The detailed error is as follows:
[org.apache.rocketmq.client.exception.MQClientException: No route info of this topic: generation%rocketmq-gab9bb2877z8|generation%video_task Possible reasons are as follows:
If topic_name is wrong, check if the namespace is correct. The format of the topic name shall be rocketmq-xxx|[ns]%[topicName].
namespace: The namespace name, which can be copied from the namespace page in the console.
topic_name: The topic name, which can be copied from the Topic tab in the console of cluster management.
In addition, other possible reasons are:
The broker prohibits automatic topic creation, and the user does not manually create a topic in the console.
The broker is not properly connected to the Name Server. Please submit a ticket.
The producer is not properly connected to the Name Server. Check whether the endpoint is entered correctly.

Client Throws Exception " Sent [3] times, still failed, Took [334] ms"

The detailed error is as follows:
com.freesky.inspiration.domain.mq.MQProducerManager:sendMessage [org.apache.rocketmq.client.exception.MQClientException: Send [3] times, still failed, cost [334]ms, Topic: video_task, BrokersSent: [broker-2, broker-0, broker-1]
Possible reasons are as follows:
Lack of permissions. Check whether the namespace is authorized.

After Enabling VIPChannel, the 4.x Client Encounters an Exception When Connecting to the Cluster: "org.apache.rocketmq.remoting.exception.RemotingConnectException"

After the client enables VIPChannel, the SDK establishes a connection with a designated port on the Broker for message transmission. However, this feature is not applicable to cloud-based clusters. Enabling it may cause errors such as connection failures. If encountered, disable this feature during initialization:
// Producer
producer.setVipChannelEnabled(false);

// Consumer
consumer.setVipChannelEnabled(false);

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback