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(R) application (same value as MQAT_UNIX).
MQAT_CICS
CICS transaction.
MQAT_CICS_VSE
CICS/VSE(R) transaction.
MQAT_DOS
WebSphere MQ client application on PC DOS.
MQAT_IMS
IMS application.
MQAT_MVS
MVS(TM) or TSO application (same value as MQAT_ZOS).
MQAT_NOTES_AGENT
Lotus Notes(R) Agent application.
MQAT_NSK
Compaq NonStop Kernel application.
MQAT_OS2
OS/2 or Presentation Manager application.
MQAT_OS390
OS/390(R) application (same value as MQAT_ZOS).
MQAT_OS400
i5/OS application.
MQAT_UNIX
UNIX(R) application.
MQAT_VMS
Digital OpenVMS application.
MQAT_WINDOWS
16-bit Windows(R) application.
MQAT_WINDOWS_NT
32-bit Windows application.
MQAT_WLM
z/OS(R) workload manager application.
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.