blob: 60f44d8de980818b9399cf4e92499b69d9de92de [file] [log] [blame]
== Camel Clustered Route Controller Example Spring Boot
This example shows how to work with a simple Apache Camel application using Spring Boot and a Master component.
=== How to run
1. build the project:
mvn clean package
2. in a separate shell, run the first camel node
mvn spring-boot:run
3. in a separate shell, run the second camel node
mvn spring-boot:run
=== Help and contributions
If you hit any problem using Camel or have some feedback, then please
https://camel.apache.org/support.html[let us know].
We also love contributors, so
https://camel.apache.org/contributing.html[get involved] :-)
The Camel riders!