mqsireportflowuserexits command - Windows, Linux®, and UNIX systems

Use the mqsireportflowuserexits command on distributed systems to report the list of active and inactive user exits for the specified broker, integration server, or message flow.

Syntax

Read syntax diagramSkip visual syntax diagrammqsireportflowuserexits integrationNodeName  -e IsName   -f  MessageFlow  -k applicationName -y libraryName

Parameters

integrationNodeName
(Required). The name of the integration node.
-e integrationServerName
(Optional). The name of the integration server.
-f MessageFlow
(Optional). The name of the message flow.
-k applicationName
(Optional) This parameter specifies the name of the application that contains the message flow for which user exits are listed.

When you set this parameter, you must also set the -f (message flow) parameter. To list the user exits for a named message flow in a specific application, set the -k and -f parameters.

You can use this parameter with the -y (library name) parameter to specify that the message flow is contained in a library referenced by the application.

-y libraryName
(Optional) This parameter specifies the name of the library that contains the message flow for which user exits are listed.

When you set this parameter, you must also set the -f (message flow) parameter. To list the user exits for a named message flow in a specific library, set the -y and -f parameters.

The user exits that are reported by this command depend on the parameters that you specify.
  • If you specify only the integration node name, the command lists user exits that have been set to active at the integration node level by using the mqsichangebroker command.
  • If you specify the integration node name and integration server name, the command lists the following user exits:
    • User exits that have been set to active at the integration node level by using the mqsichangebroker command
    • User exits that have been set to active at the integration server level by using the mqsichangeflowuserexits command
    • User exits that have been set to inactive at the integration server level by using the mqsichangeflowuserexits command
  • If you specify the integration node name, integration server name, and a message flow name, the command lists the following user exits:
    • User exits that have been set to active at the integration node level by using the mqsichangebroker command
    • User exits that have been set to active at the integration server level by using the mqsichangeflowuserexits command
    • User exits that have been set to inactive at the integration server level by using the mqsichangeflowuserexits command
    • User exits that have been set to active at the message flow level by using the mqsichangeflowuserexits command
    • User exits that have been set to inactive at the message flow level by using the mqsichangeflowuserexits command

Examples

mqsireportflowuserexits IBNODE -e default -f MYFLOW
BIP8859 User Exits active for integration node TESTNODE: exit1, exit2
BIP8854 User Exits active for integration server default: exit1,exit3
BIP8855 User Exits inactive for integration server default: exit2
BIP8856 User Exits active for Message Flow MYFLOW: exit2
BIP8857 User Exits inactive for Message Flow MYFLOW: exit1