Partial Instrumentation of Brokers for IIB 10

If you have a high volume of activity flow in your IIB instance, you may want to select only the critical flows to instrument. Perform the following to instrument flows on an opt-in basis:

  1. Install the agent with the following command to instrument flows on an opt-in basis.
    mqsichangebroker <broker_name> -x <install-directory>
  2. Add the agent to individual flows with the following command:
    mqsichangeflowuserexits <broker_name> -a <user_exit_name>> -e <integrationServerName>> -f <MessageFlow> -k <application_name>
Note: An application node registers for each broker process that has one or more instrumented flows deployed to it. Business transactions are only created (or continued) for flows where the agent's user exit is active.