Use the mqsireportflowmonitoring command to report monitoring settings for a flow.
mqsireportflowmonitoring INODE1 -e default -f PurchaseOrderFlow -k PurchaseOrderApp -n
Issue
the following command on z/OS®:
F MI10BRK,rm INODE1,e='default',f='PurchaseOrderFlow',k='PurchaseOrderApp',n='yes''
mqsireportflowmonitoring INODE1 -e default -f PurchaseOrderFlow -k PurchaseOrderApp -a
Issue
the following command on z/OS:
F MI10BRK,rm e='default',f='PurchaseOrderFlow',k='PurchaseOrderApp',a='yes'
mqsireportflowmonitoring INODE1 -e default -f PurchaseOrderFlow -k PurchaseOrderApp
-s "MQInput1.transaction.Start,MQOutput1.terminal.catch"
Issue
the following command onz/OS:
F MI10BRK,rm e='default',f='PurchaseOrderFlow',k='PurchaseOrderApp',
s="MQInput1.transaction.Start,MQOutput1.terminal.catch"
mqsireportflowmonitoring INODE1 -e default -f PurchaseOrderFlow -k PurchaseOrderApp -x -p myMonProf.xml
Issue
the following command onz/OS:
F MI10BRK,rm e='default',f='PurchaseOrderFlow',k='PurchaseOrderApp',x='yes',p='myMonProf.xml'