Process definitions

Process definition objects allow applications to be started without the need for operator intervention by defining the attributes of the application for use by the queue manager.

The process definition object defines an application that starts in response to a trigger event on an IBM® MQ queue manager. The process definition attributes include the application ID, the application type, and data specific to the application. For more information, see the "Initiation queues" entry under Queues used by IBM MQ.

To allow an application to be started without the need for operator intervention (described in Starting IBM MQ applications using triggers ), the attributes of the application must be known to the queue manager. These attributes are defined in a process definition object.

The ProcessName attribute is fixed when the object is created; you can change other attributes by using the IBM MQ commands [z/OS]or the IBM MQ for z/OS® operations and control panels.

You can inquire about the values of all the attributes using MQINQ - Inquire object attributes.

For a full description of the attributes of process definitions, see Attributes for process definitions.