Is there any way in Websphere to read the message from MQ Queue in browse mode. MQI allows it, but I am not sure if JMS supports this or not?
Is there any way to achieve this in WAS via JMS?
This is needed as I want to delete the message from Queue only after I am done reading the message. As message is long in size and it would be read segment by segment and in case it fails in the middle, I need to start over from segment 1. That is possible only if I read the message in browse mode?