This is probably very simple to do, but I'm not overly familiar with Spring or CXF...
I have some web services that are send JMS messages to perform some asynchronous processing. My web service implementations extend an AbstractAsyncService class where I have put the code that deals with JMS. It needs the URL of the Java Naming Provider and so I'd like to pass this in from the jboss-cxf.xml file that configures the jaxws:endpoint. What would be the best/most conventional way of accomplishing this? If you specify a jaxws:properties child element, how do you access those properties? Or should that only be used for jaxws specific properties? Thanks.
