My goal is to implement a number of ActiveMQ
JMS
tests via SoapUI
. In order to do so, I have established a connection via (the) Hermes JMS
(frontend). My issue now is to not consume the oldest message in the queue, but to consume the newest / latest one, i.e. the one whose outcome I am respectively testing as a result of my latest Soap request. Currently it is the prior one that is implemented by default.
As such, is there something comparable to a QueueBrowser or something similar in terms of my SoapUI JMS Request? I also took a look at filters, but I do not come to any feasible solution.
Would the only way to get to my desired result be to transfer my SoapUI JMS
request into code, integrate the QueueBrowser
and run it as a Groovy script? I hope not - for maintenance resons, I am trying to keep the whole setup as less technical as possible, hence, no code but only configuration is the desired state.
I'd like to thank you very much in advance!