Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 798 Bytes

File metadata and controls

31 lines (17 loc) · 798 Bytes

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 -DnodeId=foo
  4. in a separate shell, run the second camel node

    mvn -pl cluster-node spring-boot:run -DnodeId=bar

Help and contributions

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!