+

Search Tips | Advanced Search

Control configuration, command, and logger events

You control configuration, command, and logger events by using the queue manager attributes CONFIGEV, CMDEV, and LOGGEREV. To enable these events, set the appropriate queue manager attribute to ENABLED. To disable these events, set the appropriate queue manager attribute to DISABLED.

    Configuration events
    To enable configuration events, set CONFIGEV to ENABLED. To disable configuration events, set CONFIGEV to DISABLED. For example, we can enable configuration events by using the following MQSC command:
    ALTER QMGR CONFIGEV (ENABLED)
    

    Command events
    To enable command events, set CMDEV to ENABLED. To enable command events for commands except DISPLAY MQSC commands and Inquire PCF commands, set the CMDEV to NODISPLAY. To disable command events, set CMDEV to DISABLED. For example, we can enable command events by using the following MQSC command:
    ALTER QMGR CMDEV (ENABLED)
    

    Logger events
    To enable logger events, set LOGGEREV to ENABLED. To disable logger events, set LOGGEREV to DISABLED. For example, we can enable logger events by using the following MQSC command:
    ALTER QMGR LOGGEREV(ENABLED)
    

Parent topic: Control events

Last updated: 2020-10-04