After creating a topic in the TDMQ for Apache Pulsar console, you can send a specified message to the topic for message sending testing. Then, view the records of recently sent messages on the message query page to verify whether the business logic functions properly.
Prerequisites
The operations in Creating a Topic have been completed, and the instance status is "healthy". Operation Steps
2. In the left sidebar, choose Topic. After selecting the region, cluster, and namespace, locate the topic to which you need to send a message, and click Send Message in the operation column.
3. Enter the message content in the pop-up dialog box. The message size cannot exceed 64 KB.
4. Click Send to send the message. Once sent, the message can be consumed by any subscriber under the topic.