Apache ServiceMix · JSON Structure

Apache Servicemix Queue List Structure

List of ActiveMQ queues

Type: object Properties: 1
Enterprise IntegrationESBIntegrationMessagingOSGiApacheOpen Source

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

Properties

queues

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-servicemix/refs/heads/main/json-structure/apache-servicemix-queue-list-structure.json",
  "description": "List of ActiveMQ queues",
  "type": "object",
  "properties": {
    "queues": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Queue"
      }
    }
  },
  "name": "QueueList"
}