Forum Discussion

susqc's avatar
15 years ago

SOAP UI JMS Test Case + JBOSS 5.1 GA

Hi,

I'm using soapUI version 3.5 with HermesJMS support. The application I want to test defines a topic queue and is deployed over JBoss 5.1 GA, the message expected are object messages.

I have configure context and sessions on HermesJMS successfully and Im able to watch the queue, then I move the test case creation according to the tutorial http://www.soapui.org/JMS/working-with- ... sages.html, I'm using the sample project and I add the JMS end point using the .hermes configuration file. Then I use the login request with the JMS end point to send a message to the queue but I'm getting the following exception:

Mon Aug 30 16:43:22 CEST 2010:ERROR:java.lang.NullPointerException
java.lang.NullPointerException
at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:129)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Is not clear for me how it works the communication between the SOAP request and the message that is sent to endpoint. Could you explain how this work?

Also, I would like to send an actual object message and measure the time the queue takes to process the message and how many are dropped in case the expiration time is reached? It is possible to do that if yes how?

There is any other resources links where I can check for a complete example?

Thanks in advance,

Susana
No RepliesBe the first to reply