+

Search Tips | Advanced Search

ApplType (MQLONG)

This identifies the nature of the program to be started, and is used by the trigger-monitor application that receives the trigger message. The queue manager initializes this field with the value of the ApplType attribute of the process object identified by the ProcessName field; see Attributes for process definitions for details of this attribute. The content of this data is of no significance to the queue manager.

ApplType can have one of the following standard values. User-defined types can also be used, but should be restricted to values in the range MQAT_USER_FIRST through MQAT_USER_LAST:

    MQAT_AIX
    AIX application (same value as MQAT_UNIX).

    MQAT_BATCH
    Batch application

    MQAT_BROKER
    Broker application

    MQAT_CICS
    CICS transaction.

    MQAT_CICS_BRIDGE
    CICS bridge application.

    MQAT_CICS_VSE
    CICS/VSE transaction.

    MQAT_DOS
    IBM MQ MQI client application on PC DOS.

    MQAT_IMS
    IMS application.

    MQAT_IMS_BRIDGE
    IMS bridge application.

    MQAT_JAVA
    Java application.

    MQAT_MVS
    MVS or TSO application (same value as MQAT_ZOS).

    MQAT_NOTES_AGENT
    Lotus Notes Agent application.

    MQAT_NSK
    HP Integrity NonStop Server application.

    MQAT_OS390
    OS/390 application (same value as MQAT_ZOS).

    MQAT_OS400
    IBM i application.

    MQAT_RRS_BATCH
    RRS batch application.

    MQAT_UNIX
    UNIX application.

    MQAT_UNKNOWN
    Application of unknown type.

    MQAT_USER
    User-defined application type.

    MQAT_VOS
    Stratus VOS application.

    MQAT_WINDOWS
    16-bit Windows application.

    MQAT_WINDOWS_NT
    32-bit Windows application.

    MQAT_WLM
    z/OS workload manager application.

    MQAT_XCF
    XCF.

    MQAT_ZOS
    z/OS application.

    MQAT_USER_FIRST
    Lowest value for user-defined application type.

    MQAT_USER_LAST
    Highest value for user-defined application type.

The initial value of this field is 0.

Parent topic: Fields for MQTM

Last updated: 2020-10-04