This example shows how to work with a simple Apache Camel application using Spring Boot and a Master component.
-
build the project:
mvn clean package
-
in a separate shell, run the first camel node
mvn spring-boot:run
-
in a separate shell, run the second camel node
mvn spring-boot:run
You can find more information about Apache Camel at the website: http://camel.apache.org/