Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Read message on IBM MQ

ashwini
ashwini Posts: 11

Hi All,
I am looking for help regarding, how to read a JMS message header/body from IBM MQ by SOATest. I am exploring the options but no luck so far.
Actually as soon as message is pushed by a REST API to MQ, I have to validate some custom properties in JMS message on queue.
Any help in this regard is highly appreciated.

TIA

Tagged:

Comments

  • benken_parasoft
    benken_parasoft Posts: 1,228 ✭✭✭

    You could use the Event Monitor tool to monitor the queue for messages while making the REST API call. You can chain validation tools, like a Diff or Assertor, to the Event Monitor to check the header or body of any messages that were captured.