Apache RocketMQ · JSON Structure

Apache Rocketmq Broker List Structure

List of RocketMQ brokers

Type: object Properties: 1
Cloud NativeMessagingMessage QueuePub-SubStreamingApacheOpen Source

BrokerList is a JSON Structure definition published by Apache RocketMQ, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

brokers

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-rocketmq/refs/heads/main/json-structure/apache-rocketmq-broker-list-structure.json",
  "description": "List of RocketMQ brokers",
  "type": "object",
  "properties": {
    "brokers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Broker"
      }
    }
  },
  "name": "BrokerList"
}