Hello, I am trying to expose a Java service over JMS only using Java only, and no Spring (because this service is generated and exposed at runtime, and does not exist yet at dev time). This service must use a remote provider (no need to embed an ActiveMQ or any other provider in my app).
I've been searching for example of code that could help me, but the best page I found is still the CXF JMS documentation page http://cwiki.apache.org/CXF20DOC/jax-ws-java-first-with-jms-transport.html). That's a good start point, but I don't know what I should type instead of the "..." in the code sample. Does anyone know where I can find a good example of such use case ? Thanks in advance, Regards Mickael
