Use the mqsireportflowmonitoring command to report monitoring settings for a flow.
mqsireportflowmonitoring INODE1 -e default -f PurchaseOrder -n
Issue
the following command on z/OS®:
F MI10BRK,rm INODE1,e='default',f='PurchaseOrder,n='yes''
mqsireportflowmonitoring INODE1 -e default -f PurchaseOrder -a
Issue
the following command on z/OS:
F MI10BRK,rm e='default',f='PurchaseOrder,a='yes'
mqsireportflowmonitoring INODE1 -e default -f PurchaseOrder
-s "MQInput1.transaction.Start,MQOutput1.terminal.catch"
Issue
the following command onz/OS:
F MI10BRK,rm e='default',f='PurchaseOrder',
s="MQInput1.transaction.Start,MQOutput1.terminal.catch"
mqsireportflowmonitoring INODE1 -e default -f PurchaseOrder -x -p myMonProf.xml
Issue
the following command onz/OS:
F MI10BRK,rm e='default',f='PurchaseOrder',x='yes',p='myMonProf.xml'
If message flow monitoring is configured by using monitoring
properties, rather than a monitoring profile configurable service,
the command creates and returns the equivalent monitoring profile
XML file.