thanks, I have never done MQ trace so far. I will do some preperation before doing this. any suggestions that I should keep in mind?
Sure, you can try it out on a test box somewhere.. try:
strmqtrc -m MYQM -t api
/opt/mqm/samp/bin/amqsput MYQ MYQM
(put a couple of messages)
/opt/mqm/samp/bin/amqsget MYQ MYQM
endmqtrc -m MYQM
cd /var/mqm/trace
dspmqtrc *.TRC
Then you can open the .FMT (formatted) trace files in a text editor. Particularly search for the ones written by your amqsput and amqsget programs:
head *.FMT | grep amqsput
head *.FMT | grep amqsget
You should be able to see the MQCONN, MQOPEN and MQPUT/MQGET calls, with all their inputs and outputs.
Your "real" app will be more complex than this, but your app's owners should be best placed to interpret the MQPUTs and MQGETs, and use them to prove (or disprove) their theories.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum