Hi 
i have to receive an external webservice and route it into a jms queue this
, is that useful

public void configure() throws Exception {
        // TODO Auto-generated method stub
        from("cxf://http://localhost:9000/order/";)
        .setBody(constant("ok"))
        .to("jms:xmlorders");

}}




--
View this message in context: 
http://camel.465427.n5.nabble.com/from-webservice-to-queue-tp5729239.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to