Use the mqsireportflowuserexits command on z/OS® to report the list of active and inactive user exits for the specified broker, integration server, or message flow.
>>-mqsireportflowuserexits--integrationNodeName-----------------> >--+--------------------------------------------------------------------------------------------------+->< '- -e--integrationServerName--+------------------+--+----------------------+--+------------------+-' '- -f--MessageFlow-' '- -k -applicationName-' '- -y -libraryName-'
Synonym: rx
>>-+-reportflowuserexits-+--------------------------------------> '-rx -----------------' >--+--------------------------------------------------------------------------------------+->< '-e=IntegrationServerName--+---------------+--+-------------------+--+---------------+-' '-f=MessageFlow-' '-k=ApplicationName-' '-y=LibraryName-'
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.
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.
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