Thanks for the response Dan! I've tried the jaxws:client approach and had the same result. I've attached a "hello world" example I threw together.
If you look at the App.java, it starts an embedded broker, attempts to place a message on the queue with the Async method which immediately fails. It then tries to use the synchronous 'blocking' approach which does work, although the client will time out as there is no 'server' to pick the message of the queue. You will have to generate the wsdl source from the wsdl with Maven. Let me know what you think. http://www.nabble.com/file/p20906007/JmsAsyncTest.zip JmsAsyncTest.zip -- View this message in context: http://www.nabble.com/CXF-JMS-Asycn-through-Spring-tp20901403p20906007.html Sent from the cxf-user mailing list archive at Nabble.com.
