Apache RocketMQ · Example Payload

Apache Rocketmq Message Request Example

Cloud NativeMessagingMessage QueuePub-SubStreamingApacheOpen Source

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

Top-level fields

topicbodytagkeyspropertiesdelayLevel

Example Payload

Raw ↑
{
  "topic": "example",
  "body": "example",
  "tag": "example",
  "keys": [
    "example"
  ],
  "properties": {},
  "delayLevel": 1234
}