what's the difference between use endpoint to create producer with use
template?  or when should to use template? only the difference with the code
lines count?

other question:

Producer producer = endpoint.createProducer();
        producer.process(exchange);

why i use from("direct:name").to() i need to createProducer ? not
createConsumer?
not from=Consumer, to=Producer??

--
View this message in context: 
http://camel.465427.n5.nabble.com/how-to-route-once-from-myComponent-to-cxf-tp4642015p4642571.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to