IBM MQ · Schema

IBM MQ Queue Manager

An IBM MQ queue manager is the primary component that hosts queues, topics, channels, and other MQ objects. It manages message storage, delivery, and routing for enterprise messaging.

AsyncEnterpriseIntegrationMessagingMiddlewareQueue

Properties

Name Type Description
name string Name of the queue manager
description string Description of the queue manager
state string Current operational state of the queue manager
platform string Platform the queue manager runs on
commandLevel integer Command level indicating the MQ version capabilities
maximumMessageLength integer Maximum message length in bytes supported by the queue manager
deadLetterQueue string Name of the dead-letter queue for undeliverable messages
defaultTransmissionQueue string Name of the default transmission queue for remote messaging
ccsid integer Coded character set identifier for the queue manager
triggerInterval integer Trigger interval in milliseconds
connectionCount integer Number of current connections to the queue manager
channelInitiatorState string State of the channel initiator
started string Timestamp when the queue manager was started
listener object
View JSON Schema on GitHub

JSON Schema

ibm-mq-queue-manager-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.ibm.com/schemas/ibm-mq/queue-manager.json",
  "title": "IBM MQ Queue Manager",
  "description": "An IBM MQ queue manager is the primary component that hosts queues, topics, channels, and other MQ objects. It manages message storage, delivery, and routing for enterprise messaging.",
  "type": "object",
  "required": ["name"],
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the queue manager",
      "minLength": 1,
      "maxLength": 48,
      "pattern": "^[A-Za-z0-9._/%]+$"
    },
    "description": {
      "type": "string",
      "description": "Description of the queue manager",
      "maxLength": 64
    },
    "state": {
      "type": "string",
      "enum": ["running", "ended"],
      "description": "Current operational state of the queue manager"
    },
    "platform": {
      "type": "string",
      "enum": ["unix", "windows", "appliance", "zos"],
      "description": "Platform the queue manager runs on"
    },
    "commandLevel": {
      "type": "integer",
      "description": "Command level indicating the MQ version capabilities"
    },
    "maximumMessageLength": {
      "type": "integer",
      "minimum": 32,
      "maximum": 104857600,
      "description": "Maximum message length in bytes supported by the queue manager"
    },
    "deadLetterQueue": {
      "type": "string",
      "description": "Name of the dead-letter queue for undeliverable messages",
      "maxLength": 48
    },
    "defaultTransmissionQueue": {
      "type": "string",
      "description": "Name of the default transmission queue for remote messaging",
      "maxLength": 48
    },
    "ccsid": {
      "type": "integer",
      "description": "Coded character set identifier for the queue manager"
    },
    "triggerInterval": {
      "type": "integer",
      "minimum": 0,
      "description": "Trigger interval in milliseconds"
    },
    "connectionCount": {
      "type": "integer",
      "minimum": 0,
      "description": "Number of current connections to the queue manager"
    },
    "channelInitiatorState": {
      "type": "string",
      "enum": ["running", "stopped"],
      "description": "State of the channel initiator"
    },
    "started": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the queue manager was started"
    },
    "listener": {
      "$ref": "#/$defs/Listener"
    }
  },
  "$defs": {
    "Listener": {
      "type": "object",
      "description": "Queue manager listener configuration",
      "properties": {
        "name": {
          "type": "string",
          "description": "Listener name"
        },
        "port": {
          "type": "integer",
          "minimum": 1,
          "maximum": 65535,
          "description": "TCP/IP port number"
        },
        "transportType": {
          "type": "string",
          "enum": ["tcp", "lu62", "netbios", "spx"],
          "description": "Transport type for the listener"
        },
        "state": {
          "type": "string",
          "enum": ["running", "stopped"],
          "description": "Current state of the listener"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ibm-mq-queue-manager"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.