IBM WebSphere · Schema

IBM MQ Message Queue

Represents an IBM MQ message queue including its configuration, runtime status, depth, and messaging properties for point-to-point and publish-subscribe messaging patterns.

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
name string The unique name of the queue within the queue manager.
displayName string Human-readable display name for the queue.
description string Description of the queue purpose.
type string Queue type.
queueManager string Name of the queue manager that owns this queue.
maxDepth integer Maximum number of messages that can be held on the queue.
maxMessageLength integer Maximum length of a message in bytes.
currentDepth integer Current number of messages on the queue.
persistence object Message persistence configuration.
inhibitPut boolean Whether put operations are inhibited on this queue.
inhibitGet boolean Whether get operations are inhibited on this queue.
triggerControl object Triggering configuration for the queue.
cluster object Cluster queue properties (for cluster queues).
deadLetterQueue string Name of the dead letter queue for undeliverable messages.
backoutThreshold integer Number of times a message can be backed out before being moved to the backout queue.
backoutQueue string Name of the backout requeue queue.
shareability string Whether the queue can be opened for input by multiple applications.
defaultInputOpenOption string Default input open option.
messagePriority object Message priority settings.
status object Runtime status information.
alias object Alias queue properties (for alias queues).
remote object Remote queue properties (for remote queues).
createdDate string Date and time the queue was created.
lastModified string Date and time the queue was last modified.
metadata object Additional metadata associated with the queue.
View JSON Schema on GitHub