Inquire Topic Names (Response)

The response to the Inquire Topic Names (MQCMD_INQUIRE_TOPIC_NAMES) command consists of the response header followed by a parameter structure giving zero or more names that match the specified administrative topic name.

Additionally, on z/OSĀ® only, the QSGDispositions parameter structure (with the same number of entries as the TopicNames structure) is returned. Each entry in this structure indicates the disposition of the object with the corresponding entry in the TopicNames structure.

    Always returned:
    TopicNames , QSGDispositions

    Returned if requested:
    None


Response data

    TopicNames (MQCFSL)
    List of topic object names (parameter identifier: MQCACF_TOPIC_NAMES).

    QSGDispositions (MQCFIL)
    List of queue sharing group dispositions (parameter identifier: MQIACF_QSG_DISPS). This parameter is valid on z/OS only. The value can be:

      MQQSGD_COPY
      The object is defined as MQQSGD_COPY.

      MQQSGD_GROUP
      The object is defined as MQQSGD_GROUP.

      MQQSGD_Q_MGR
      The object is defined as MQQSGD_Q_MGR.