Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi All, We are using WebSphere MQ Adapter for listening to specific queues. Core banking system is putting JMS messages in those systems. Now somehow those messages are not reaching webMethods. So client is allegating that our listeners are not properly working. But I asked for the proof and when i checked those queues, no pending msges were present in queue. So i wanted to know is there any watt settings in IS for JMS logging.
Regards, Niteesh:)
Use Transactional WebSphere MQ Connection instead of non-transactional so that the data is not lost for whatever issue once it reaches the MQ queue. You can then figure out if those messages are processed or not in wM…
-Senthil
Ok. Thanks for the suggestion. I will check it…
Regards, Niteesh