Reputation: 404
First of all, let me admit that I am completely new to MQ, so my question might be trivial.
We are using MQs configured on Websphere and I am trying to use MQExplorer 8 to monitor the same. After connecting using the Queue Managers, I can see the Current Queue Depth, Open Input Count, etc. But I don't get any option to see the actual messages lying in a queue. I tried googling it, but did not find anything useful.
Can some enlighten me how can I see the actual messages from a queue?
Upvotes: 2
Views: 202
Reputation: 2977
If you are dealing with JMS messages, you can use other tools like JMSToolBox to browse and manage the messages in MQ 8 and see the JMS headers etc.
Upvotes: 0
Reputation: 31832
The context menu is your friend. Right-click on the queue name and select Browse.
Upvotes: 4