Monday, April 20, 2015

How to extract content of the message flows from Broker runtime?

Below are the two commands that can be used to retrive the message flow contents from the Broker.

mqsibrowse
mqsireportproperties

These commands will be very useful to check what code is currently deployed to broker and also for reengineering if we missed the source code and bar files.

Usage:
mqsibrowse <BrokerName> -t brokerresources > brokerresources.txt
mqsireportproperties <BrokerName> -e <ExGrpName> -o AllMessageFlows -r > mqsireportproperties.txt

No comments:

Post a Comment