Home:ALL Converter>to view all websphere MQ messages in JMS call

to view all websphere MQ messages in JMS call

Ask Time:2011-08-21T18:39:18         Author:ag112

Json Formatter

I use JMS (Java Message Service API) in my java application to work with queues/topics residing on websphere MQ. I am looking for a tool/support pac which can show me all MQ Messages being called e.g. when I do queueConnectionFactory.createConnection(), it would have resulted into MQCONN/MQCONNX call, so I need to see what excatly is being passed. So basically during my entire JMS based interaction, I want to see all MQ messages which are being passed to. Is it possible?

Author:ag112,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/7137723/to-view-all-websphere-mq-messages-in-jms-call
anj :

if you are using websphere, you can turn on tracing by going to WAS console and tracing service to enable jms logging.",
2011-09-15T10:54:01
Shashi :

Trace tells you what APIs are being called. To a good extent trace helps. But beyond that call IBM help.",
2011-09-10T13:16:03
yy