IBM WebSphere · JSON Structure

Websphere Mq Rest Queue Structure

Type: object Properties: 11
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Queue is a JSON Structure definition published by IBM WebSphere, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name type description maxDepth maxMessageLength currentDepth inhibitPut inhibitGet persistence cluster status

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Queue",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "maxDepth": {
      "type": "integer"
    },
    "maxMessageLength": {
      "type": "integer"
    },
    "currentDepth": {
      "type": "integer"
    },
    "inhibitPut": {
      "type": "boolean"
    },
    "inhibitGet": {
      "type": "boolean"
    },
    "persistence": {
      "type": "object"
    },
    "cluster": {
      "type": "object"
    },
    "status": {
      "type": "object"
    }
  }
}