tencent cloud

TDMQ for RocketMQ

Release Notes and Announcements
Release Notes
Announcements
Product Introduction
Introduction and Selection of the TDMQ Product Series
What Is TDMQ for RocketMQ
Strengths
Scenarios
Product Series
Comparison with Open-Source RocketMQ
High Availability
Quotas and Limits
Supported Regions
Basic Concepts
Billing
Billing Overview
Pricing
Billing Examples
Pay-as-you-go Switch to Monthly Subscription (5.x)
Renewal
Viewing Consumption Details
Refund
Overdue Payments
Getting Started
Getting Started Guide
Preparations
Step 1: Creating TDMQ for RocketMQ Resources
Step 2: Using the SDK to Send and Receive Messages (Recommended)
Step 2: Running the TDMQ for RocketMQ Client (Optional)
Step 3: Querying Messages
Step 4: Deleting Resources
User Guide
Usage Process Guide
Configuring Account Permissions
Creating the Cluster
Configuring the Namespace
Configuring the Topic
Configuring the Group
Connecting to the Cluster
Managing Messages
Managing the Cluster
Viewing Monitoring Data and Configuring Alarms
Cross-Cluster Message Replication
Use Cases
Naming Conventions for Common Concepts of TDMQ for RocketMQ
RocketMQ Client Use Cases
RocketMQ Performance Load Testing and Capacity Assessment
Access over HTTP
Client Risk Descriptions and Update Guide
Migration Guide for TencentCloud API Operations Related to RocketMQ 4.x Cluster Roles
Migration Guide
Disruptive Migration
Seamless Migration
Developer Guide
Message Types
Message Filtering
Message Retries
POP Consumption Mode (5.x)
Clustering Consumption and Broadcasting Consumption
Subscription Relationship Consistency
Traffic Throttling
​​API Reference(5.x)
History
API Category
Making API Requests
Topic APIs
Consumer Group APIs
Message APIs
Role Authentication APIs
Hitless Migration APIs
Cloud Migration APIs
Cluster APIs
Data Types
Error Codes
​​API Reference(4.x)
SDK Reference
SDK Overview
5.x SDK
4.x SDK
Security and Compliance
Permission Management
CloudAudit
Deletion Protection
FAQs
4.x Instance FAQs
Agreements
TDMQ for RocketMQ Service Level Agreement
Contact Us

Client Access Problem

PDF
Mode fokus
Ukuran font
Terakhir diperbarui: 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);


Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan