ContributionsMost RecentMost LikesSolutionsHow to listen on a JMS queue from SoapUI NG Pro? I amimplementing an alerting system using complex event processing. Events will be sent to a JMS queue, and then aComplex 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 Ican leverage SoapUI to test this JMS scenario?