This example shows how to work with a simple Apache Camel application using Spring Boot and a Clustered Route Controller.
-
build the project:
mvn clean package
-
in a shell, run the cluster node
mvn -pl cluster-bootstrap spring-boot:run
-
in a separate shell, run the first camel node
mvn -pl cluster-node spring-boot:run -DnodeId=foo
-
in a separate shell, run the second camel node
mvn -pl cluster-node spring-boot:run -DnodeId=bar
If you hit any problem using Camel or have some feedback, then please let us know.
We also love contributors, so get involved :-)
The Camel riders!