Forum Discussion

fb36's avatar
fb36
New Contributor
16 years ago

JMS test step receives only one message at a time

I created test scripts in SoapUI that each test sends a message to a test system at first and later tries to receive the message
back from a JMS topic. The problem is the JMS steps are receiving only a single message at a time.
The test system may send multiple messages sometimes when running multiple tests and only one message among them is the message expected. But since SoapUI is able to receive only one JMS message at a time, and when the test system sends back an older message first, then the test fails.

Is there any way to be able to receive multiple JMS messages from a topic in SoapUI ?

2 Replies

  • fb36's avatar
    fb36
    New Contributor
    Then assuming I found the JMS topic message I was looking for, using a Groovy test step, then
    the problem is how I can apply "schema compliance" test on the message?