I am trying to work with the MQ messages in SOAPUI using hermes JMS. I am able to send receive messages to the queues through a SOAP test request. Plugin used in hermes is IBM Websphere MQ.
Now to the problem :) When I want to get the messages from queue, I just want to browse the message and not receive it, causing it to get removed from the Queue. I have done this using groovy/JAVA by setting the MQ Open Options. But no where in hermes can I specify that I want to open a session just for browsing.
Any idea on this?