CollinRichman
8 years agoSenior Member
How to listen on a JMS queue from SoapUI NG Pro?
I am implementing an alerting system using complex event processing. Events will be sent to a JMS queue, and then a Complex Event Processor will handle logic to determine which events need to be turned into alerts. The alerts will then be placed on a second JMS queue, to be picked up as alerts that need to be sent to customers.
From SoapUI, I see that it is possible to post requests on my JMS input queue. Is it also possible to listen on a second queue (output queue) from SoapUI, so that I can verify that the correct alerts are being placed into the output queue?
If this is not possible, does anyone have any other suggestions on how I can leverage SoapUI to test this JMS scenario?