https://github.com/cvinicius987/apache-camel-series
Apache Camel content and examples
https://github.com/cvinicius987/apache-camel-series
apache-camel camel eip integration java kotlin patterns
Last synced: 4 months ago
JSON representation
Apache Camel content and examples
- Host: GitHub
- URL: https://github.com/cvinicius987/apache-camel-series
- Owner: cvinicius987
- Created: 2021-07-19T20:32:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T23:29:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T07:12:26.802Z (5 months ago)
- Topics: apache-camel, camel, eip, integration, java, kotlin, patterns
- Language: Java
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apache Camel

### **Basic**
- simple-route
- Create a simple route with Apache Camel;
- boot-camel-files
- Create a route to copy files;
- boot-camel-activemq
- Create route to integration with ActiveMQ (Camel, Spring Boot, ActiveMQ);
- boot-camel-kafka
- Create a route to integratin with Apache Kafka (Camel, Spring Boot, Kafka);
- boot-camel-http
- Create a route to integration and invoke a WebApi (Camel, Spring Boot, Web);
- boot-camel-condition
- Create a route to integration with WebApi applying multi conditions (Camel, Spring Boot, Web);
- boot-camel-complex-logic
- Create a route to manipulate the complex decision logic (Camel, Spring Boot, Web);### **EIP Patterns**
- eip-patterns-multicast
- Create a route with Multicast Pattern (Camel, Spring Boot, Web);
- eip-patterns-splitter-csv-activemq
- Create a route with Splitter Pattern (Camel, Spring Boot, CSV, ActiveMQ);
- eip-pattern-routing-slip
- Create a route with Routing Slip Pattern (Camel, Spring Boot);
- eip-pattern-dynamic-route
- Create a route with Dynamic Route Pattern (Camel, Spring Boot);### References about Apache Camel
- [Apache Camel](https://camel.apache.org/docs/)
- [Apache Camel Examples](https://github.com/apache/camel-examples)
- [Apache Camel Tutorial Points](https://www.tutorialspoint.com/apache_camel/index.htm)
- [Apache Camel Course](https://www.udemy.com/course/apache-camel-framework-with-spring-boot/)