ACE インスタンス内のアクティビティフローの量が多い場合は、重要な統合サーバのみを選択してインストゥルメント化することをお勧めします。オプトインに基づいて統合サーバをインストゥルメント化するには、 server.conf.yaml ファイルで次を編集します。ファイルは次のパスで確認できます。"<path-to-installation-directory>/<broker-name>/servers/<server-name>/server.conf.yaml
- UserExits:
activeUserExitList: '<UserExitName>' #specify the name of an installed user exit to activate.
userExitPath: '<path>' #specify the path.
mqsichangebroker <broker_name> -x <install-directory>
- 「
UserExits」設定(node.conf.yaml)で、次のパラメータを空白に設定します。
UserExits:
activeUserExitList: '' #set it as an empty string.
userExitPath: '' #set it as an empty string.
- ブローカーを再起動します。
注: エージェントは、すべてのサーバーではなく、インストゥルメント化された統合サーバーに対してのみ有効になります。ビジネストランザクションは、エージェントのユーザイグジットがアクティブである統合サーバにのみ作成(または続行)されます。