An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Apache Camel

![GitHub repo size](https://img.shields.io/github/repo-size/cvinicius987/apache-camel-series?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/cvinicius987/apache-camel-series?style=for-the-badge)

### **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/)