Camel 3.0.1 - DefaultProducerTemplate seems to be a different class?

2020-02-21 Thread Gerald Kallas
Dear community, I've created a processor for Camel 2 that works fine. See the Java Code Snippet ... import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.apache.camel.ProducerTemplate; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; p

issue with on completion

2020-02-21 Thread srinivas reddy
Hi Team, When we are handling the files related stuff with apache camel we are seeing below issues .especially when there is multi processing. from("direct:a") .multicast() .parallelProcessing().to("direct:x", "direct:y"); here suppose direct y route is taking long time than direct x . if we