Apache RocketMQ · JSON Structure

Apache Rocketmq Broker Structure

RocketMQ broker

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

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

Properties

brokerName clusterId brokerId brokerAddr version

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-structure.json",
  "description": "RocketMQ broker",
  "type": "object",
  "properties": {
    "brokerName": {
      "type": "string",
      "description": "Broker name"
    },
    "clusterId": {
      "type": "string",
      "description": "Cluster identifier"
    },
    "brokerId": {
      "type": "int32",
      "description": "Broker ID (0=master, >0=slave)"
    },
    "brokerAddr": {
      "type": "string",
      "description": "Broker address (host:port)"
    },
    "version": {
      "type": "string",
      "description": "Broker version"
    }
  },
  "name": "Broker"
}