Search code examples
jmsibm-mqmq

to view all websphere MQ messages in JMS call


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?


Solution

  • if you are using websphere, you can turn on tracing by going to WAS console and tracing service to enable jms logging.