Disable the IIB Agent

  1. Stop the broker mqsistop <broker-name>.
  2. Perform the following based on the version applicable to you:
    OptionDescription
    IIB 10

    If you have enabled the agent on a flow-by-flow basis, perform the following for each flow the agent is enabled on:

    Disable the user exit for each flow:
    mqsichangebroker <broker-name> -a "" -e <integrationServerName> -f <messageFlow> -k <applicationName>
    ACE 11, ACE 12

    If you have enabled the agent on integration server level, perform the following for each servers:

    Set the following parameters in the server.conf.yaml file as an empty string. You can find the file at the location: "<path-to-installation-directory>/<broker-name>/servers/<server-name>/server.conf.yaml.

    UserExits:

    activeUserExitList: ''

    userExitPath: ''

  3. Start the broker mqsistart <broker-name>.