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
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