Apache RocketMQ · Example Payload

Apache Rocketmq Receive Request Example

Cloud NativeMessagingMessage QueuePub-SubStreamingApacheOpen Source

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

Top-level fields

topicconsumerGroupmaxMessagesinvisibleDuration

Example Payload

Raw ↑
{
  "topic": "example",
  "consumerGroup": "example",
  "maxMessages": 1234,
  "invisibleDuration": 1234
}