Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I'm discovering Apache Camel with this MOOC : we hard code the route in Eclipse / IntelliJ, with a Maven project.
Fundamentals of Integration with Apache Camel | Pluralsight
Integration via routes is quite mysterious for me, to apply in real cases though.
However, I already have a question concerning Talend ESB route.
Is there somewhere I could see an example of route for each Talend ESB component, in order to better my understanding ?
Thank you everyone
A RouteCollection, which contains the route definitions instances of the Route class
Hello, I didn't understand you answer. Can you explain again ?