0

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?

Eiston Dsouza
  • 394
  • 2
  • 13

1 Answers1

0

Depending on you use case for using SoapUI, you may be interested by JMSToolBox on sourceforge

titou10
  • 2,814
  • 1
  • 19
  • 42