Apache RocketMQ · Example Payload

Apache Rocketmq Message Example

Cloud NativeMessagingMessage QueuePub-SubStreamingApacheOpen Source

Apache Rocketmq Message Example is an example object payload from Apache RocketMQ, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

msgIdtopicbodytagkeyspropertiesbornTimestampreceiptHandle

Example Payload

Raw ↑
{
  "msgId": "500123",
  "topic": "example",
  "body": "example",
  "tag": "example",
  "keys": [
    "example"
  ],
  "properties": {},
  "bornTimestamp": 1234,
  "receiptHandle": "example"
}