Setting active exits at flow level
mqsichangeflowuserexits WBRK_BROKER -e default -f myFlow -a exit2
BIP8071I: Successful command completion.
Setting inactive exits at flow level
mqsichangeflowuserexits WBRK_BROKER -e default -f myFlow -i exit1
BIP8071I: Successful command completion.
Setting active exits at execution group level
mqsichangeflowuserexits WBRK_BROKER -e default -a exit3,exit1
BIP8071I: Successful command completion.
Setting inactive exits at execution group level
mqsichangeflowuserexits WBRK_BROKER -e default -1 exit2
BIP8071I: Successful command completion.
Changing
exit1 to inactive and leaving exit2 active at flow level (A command had previously
been issued with "-a exit1:exit2" to set them both active)
mqsichangeflowuserexits WBRK_BROKER -e default -f myFlow -i exit1 -a exit2
BIP8071I: Successful command completion.