Does it make sense to use anything other than HTTP for rest?
Rest depends on HTTP commands like GET, PUT, POST. These are not available in JMS.

Can you explain what you want to achieve?

Greetings

Christian


Am 11.04.2010 18:02, schrieb Irshad Buchh:
Hi,
I have been successful in exposing a SOAP based CXF webservice using JMS. Is
it possible to do the same for a Rest based CXF Webservice? Can someone
provide a working spring file snapshot?

         <jaxws:endpoint id="jaxwsBlogServiceJms"
implementor="#blogWebService"
                xmlns:blog="http://edu.ksu.ws/services";
                 address="camel://jms:queue:BlogService"
                serviceName="blog:BloggerService">
                <jaxws:features>
                        <!-- Enables logging of SOAP messages. -->
                        <logging xmlns="http://cxf.apache.org/core"; />
                </jaxws:features>
        </jaxws:endpoint>

--Irshad Buchh


--

Christian Schneider
---
http://www.liquid-reality.de

Reply via email to