IBM WebSphere · JSON Structure

Websphere Mq Rest Queue Update Structure

Type: object Properties: 5
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

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

Properties

description maxDepth maxMessageLength inhibitPut inhibitGet

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

JSON Structure

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