https://github.com/daggerok/camel-examples
https://github.com/daggerok/camel-examples
apache-camel camel log4j2 maven
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daggerok/camel-examples
- Owner: daggerok
- Created: 2019-07-01T01:24:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T23:05:45.000Z (about 6 years ago)
- Last Synced: 2025-10-26T01:21:19.596Z (8 months ago)
- Topics: apache-camel, camel, log4j2, maven
- Language: Java
- Size: 65.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apache Camel [](https://github.com/daggerok/camel-examples/actions?query=workflow%3ACI) [](https://travis-ci.org/daggerok/camel-examples)
## plain-java-route
build and run:
```bash
./mvnw -f plain-java-route clean package exec:java -DmainClass=daggerok.MainApp
```
## versions update
```bash
./mvnw versions:display-property-updates
```
## resources
* https://camel.apache.org/components/latest/eips/message.html
* https://camel.apache.org/
* https://camel.apache.org/manual/latest/creating-a-new-spring-based-camel-route.html
* https://habr.com/ru/company/redhatrussia/blog/352188/