yang_z_li
16 years agoOccasional Contributor
SoapUI and Qpid
Hi,
I'm a newbie to SOAPUI and am currently evaluating the software to be a potential candidate for our team's test framework.
One of our integration testcase is to send a message to a Qpid(a JMS message bus) broker, get a property from the message response and query database on that property value.
After a few juggling I've managed to get Qpid working with HermesJMS (been able to browse a queue and upload a message from HermesJMS)
http://qpid.apache.org/hermesjms.html
However following the SOAPUI instruction for the JMS test I can't get the simple message request/response example to work on the qpidSession defined in HermesJMS.
http://www.soapui.org/tutorials/jms/jms-tutorial.html
Can someone confirm if it's because it's simply not supported by SOAPUI yet or am I making some mistakes when define the request/response queue in the JMS testStep? (the endpoint url 'jms://activeMQSession/queue_testQ1/queue_testQ1' looks to me to be a SOAPUI specific format and is translated in code - I've had a rough look at the JAVA source code)
I'm wondering if my problem is due to SOAPUI API cannot correctly pass on Qpid's endpoint definition: http://cwiki.apache.org/qpid/bindingurlformat.html
Thanks
Yang
I'm a newbie to SOAPUI and am currently evaluating the software to be a potential candidate for our team's test framework.
One of our integration testcase is to send a message to a Qpid(a JMS message bus) broker, get a property from the message response and query database on that property value.
After a few juggling I've managed to get Qpid working with HermesJMS (been able to browse a queue and upload a message from HermesJMS)
http://qpid.apache.org/hermesjms.html
However following the SOAPUI instruction for the JMS test I can't get the simple message request/response example to work on the qpidSession defined in HermesJMS.
http://www.soapui.org/tutorials/jms/jms-tutorial.html
Can someone confirm if it's because it's simply not supported by SOAPUI yet or am I making some mistakes when define the request/response queue in the JMS testStep? (the endpoint url 'jms://activeMQSession/queue_testQ1/queue_testQ1' looks to me to be a SOAPUI specific format and is translated in code - I've had a rough look at the JAVA source code)
I'm wondering if my problem is due to SOAPUI API cannot correctly pass on Qpid's endpoint definition: http://cwiki.apache.org/qpid/bindingurlformat.html
Thanks
Yang