IBM WebSphere · JSON Structure

Websphere Mq Rest Queue Create Structure

Type: object Properties: 6
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

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

Properties

name type description maxDepth maxMessageLength persistence

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "QueueCreate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "maxDepth": {
      "type": "integer"
    },
    "maxMessageLength": {
      "type": "integer"
    },
    "persistence": {
      "type": "object"
    }
  }
}