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

https://github.com/daggerok/camel-examples


https://github.com/daggerok/camel-examples

apache-camel camel log4j2 maven

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Apache Camel [![CI](https://github.com/daggerok/camel-examples/workflows/CI/badge.svg)](https://github.com/daggerok/camel-examples/actions?query=workflow%3ACI) [![Build Status](https://travis-ci.org/daggerok/camel-examples.svg?branch=master)](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/