blob: 1b8657738696761fdf248e5f0db87a1ca8d131e3 [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 Clustered Route Controller.
= How to run
1. build the project:
+
mvn clean package
2. in a shell, run the cluster node
+
mvn -pl cluster-bootstrap spring-boot:run
3. in a separate shell, run the first camel node
+
mvn -pl cluster-node spring-boot:run
4. in a separate shell, run the second camel node
+
mvn -pl cluster-node spring-boot:run
== More information
You can find more information about Apache Camel at the website: http://camel.apache.org/