This example showcases how to use the Camel java route with Quarkus.
- Run
mvn clean package
and thenjava -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.