{"specversion": "1.0","id": "13a3f42d-7258-4ada-da6d-023a333b4662","type": "connector:tdmq","source": "tdmq.cloud.tencent","subject": "qcs::tdmq:$region:$account:topicName/$topicSets.clusterId/$topicSets.environmentId/$topicSets.topicName/$topicSets.subscriptionName","time": "1615430559146","region": "ap-guangzhou","datacontenttype": "application/json;charset=utf-8","data": {"topic": "persistent://appid/namespace/topic-1","tags": "testtopic","TopicType": "0","subscriptionName": "xxxxxx","toTimestamp": "1603352765001","partitions": "0","msgId": "123345346","msgBody": "Hello from TDMQ!"}}
Parameter | Description |
topic | Complete topic path, such as persistent://appid/namespace/topic-1 . |
tags | TDMQ tags. |
topictype | Topic type. Valid values: 0: general message 1: globally sequential message 2: partitional sequential message 3: retry letter topic 4: dead letter topic |
subscriptionName | Subscription name. |
timestamp | Timestamp, which is accurate to milliseconds. |
partitions | Partitions consumed by a TDMQ message queue. |
msgId | TDMQ message ID. |
msgBody | TDMQ message body. |
Was this page helpful?