Skip to content

Files

Latest commit

988100b · Jan 31, 2025

History

History

error-handling

Apache Camel Error Handling for Beginners

Code samples demonstrated in https://youtu.be/JWCX3Knjm_A .

How to run

You can either run the java main class ch.cyberlogic.camel.examples.Main inside your IDE by yourself or use the following maven command:

./mvnw compile org.codehaus.mojo:exec-maven-plugin:java -D"exec.mainClass=ch.cyberlogic.camel.examples.Main"