Disable the IIB Agent
-
Stop the broker
mqsistop <broker-name>
. -
Perform the following based on the version applicable to you:
Option Description 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 theserver.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
: '' -
Start the broker
mqsistart <broker-name>
.