
Next we need to create a new TestSuite and TestCase and add a Soap TestRequest. You can add as many JMS endpoints this way as you need. Available queues and topics depend on what we have configured in HermesJMS, so if we add another queue for example it will be available in this combo box also. Last one is useful in cases when you send something to a queue and checks topic as response immediately as it first subscribe to this topic (durable subscription ) and then send to a queue.Īll combinations are allowed. * send and receive jms://activeMQsession::topic_TestQ1::topic_TestQ2 * receive only jms://activeMQsession::-:: topic_testQ2 * send only jms://activeMQsession:: topic_testQ1

You can choose send-publish only by leaving Receive Queue field blank and also receive-subscribe only by leaving Send Queue-Topic blank. hermes), than select the above configured session and queue- topic for sending- publishing and queue-topic for receiving-subscribing.

Open the project and right-click on interface SampleServiceSoapBinding and choose Add JMS Endpoint.įirst set the Hermes Config path to the folder where hermes-config.xml is (usually. If you have configured the session in HermesJMS from Getting Started, you can use SoapUI support for JMS.įirst you need to use the sample project that goes with the SoapUI installation %soapui_home%/Tutorials/sample-soapui-project.xml
