QSG Channels attributes (z/OS systems only)

Use the QSG Channels attributes to create situations for detecting problems in the shared channels that belong to the queue sharing group. QSG Channels is a multiple-instance attribute group. You cannot mix these attributes with attributes of any other multiple-instance group.

The QSG Channels attributes are available for QSG environment on z/OS systems only.

Channel Disp The disposition of the channel describes its sharing characteristics; if the channel disposition is Shared or FixShared then any queue manager in the queue sharing group can support this channel in the same way. Valid values are as follows:

  • Private = 0
  • Shared = 1
  • FixShared = 2
  • Unknown = 255

Channel Name The name of the shared channel. The valid format is an alphanumeric string of up to 20 case-sensitive characters.

Channel Status The current operational status of the channel. Valid values are as follows:

  • None = 0,
  • Starting = 1,
  • Binding = 2,
  • Initializing = 3,
  • Running = 4,
  • Stopping = 5,
  • Retrying = 6,
  • Paused = 7,
  • Stopped = 8,
  • Requesting = 9,
  • Unknown = 255

Origin Node The IBM MQ Monitoring agent-assigned name of the node on which the data for the queue sharing group originates. This name takes the form qsgname::MQQSG, where qsgname is the name of the queue sharing group. The valid format is an alphanumeric string of up to 128 case-sensitive characters.

QMgr Name The name assigned to the queue manager. The valid format is an alphanumeric string of up to 4 case-sensitive characters.

QSG Name The name of the queue sharing group. The valid format is an alphanumeric string of up to 4 case-sensitive characters.

Xmit Q The name of the transmit queue; for sender queues only. The valid format is an alphanumeric string of up to 48 case-sensitive characters.