Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 312 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 312 Bytes

Quarkus demo: Camel java route

This example showcases how to use the Camel java route with Quarkus.

Run the demo

  • Run mvn clean package and then java -jar ./target/camel-java-1.0-SNAPSHOT-runner.jar
  • In dev mode mvn clean compile quarkus:dev

You should see messages logged to the shell console.