IBM WebSphere · Schema

QueueUpdate

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
description string
maxDepth integer
maxMessageLength integer
inhibitPut boolean
inhibitGet boolean
View JSON Schema on GitHub

JSON Schema

websphere-mq-rest-queue-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "QueueUpdate",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "maxDepth": {
      "type": "integer"
    },
    "maxMessageLength": {
      "type": "integer"
    },
    "inhibitPut": {
      "type": "boolean"
    },
    "inhibitGet": {
      "type": "boolean"
    }
  }
}