ObjectType (MQLONG)

The type of object being named in the object descriptor. Possible values are:

    MQOT_CLNTCONN_CHANNEL
    Client connection channel. The name of the object is found in the ObjectName field.

    MQOT_Q
    Queue. The name of the object is found in the ObjectName field.

    MQOT_NAMELIST
    Namelist. The name of the object is found in the ObjectName field

    MQOT_PROCESS
    Process definition. The name of the object is found in the ObjectName field

    MQOT_Q_MGR
    Queue manager. The name of the object is found in the ObjectName field

    MQOT_TOPIC
    Topic. The full topic name can be built from two different fields: ObjectName and ObjectString.
    For details of how those two fields are used, see Use topic strings.

This is always an input field. The initial value of this field is MQOT_Q.

Parent topic: Fields for MQOD