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