EMS QUEUE asynchrone response - queue listener
Hi,
We use Tibco EMS and before we migrated to SOAPUI we used Greenhat as our testing tool. Within Greenhat there is functionalitity like a queue listener. Is there anything like this within SOAPUI Pro.
We send a message on the bus, this message moves to several adapters and will return back a result. So far so good. We want to SOAPUI to listen to several queues in the process to check if the message proceeds and if it fails, where it fails. SOAPUI now picks up the message which causes the process to fail.
We have found a workarround, to create an EMS bridge and a second queue. So if the message reaches a certain point the bridges causes the message to be duplicated to the second queue. There the default SOAPUI JMS step can pick it up and validate it. If SOAPUI has something like a listener we do not need the whole bridge and queue configurations.
Hopefully it is clear what is mean :-).
Best regards, marcel