Code samples demonstrated in the Apache Camel Complete Beginner's Guide playlist of the Cyberlogic Consulting's YouTube channel.
You can clean, build, test and package all the provided examples in this folder in one go:
./mvnw clean package
Please note that some examples require a running docker client on your machine. Watch the corresponding videos or checkout the Readme.md
files for more detail.
- Building Your First Camel Route
- Working With Endpoints
- Apache Camel Routing
- Apache Camel Message Translation
- Apache Camel Error Handling
- Apache Camel Testing
- Apache Camel with Spring Boot
- Apache Camel with Quarkus
- Working With Beans in Apache Camel
- Apache Camel Variables
- Apache Camel Endpoint DSL
- Apache Camel REST DSL
- Apache Camel SOAP server with Spring Boot
- Apache Camel SOAP client with Spring Boot
- Working with SQL databases in Apache Camel