Hi,

from("direct:start").process(processorA).to(myqueue).processor(processorB);
        
after processing with processorA I'd like to send a customized message to
the myqueue
and continue with the output of processorA in processorB. 

What is the best way to to it in camel?

My first idea was to send it to a seda:queue and create a customized message
there and then send it to myqueue

Thanks for help!



--
View this message in context: 
http://camel.465427.n5.nabble.com/how-to-send-a-new-message-to-an-endpoint-continue-with-the-current-one-tp5761616.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to