Qute

Since Camel Quarkus1.0.0-M6 JVMsupported Nativesupported

Transform messages using Quarkus Qute templating engine

Maven coordinates

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-qute</artifactId>
</dependency>

Check the User guide for more information about writing Camel Quarkus applications.

Usage

Please refer to the Quarkus Qute.

Additional Camel Quarkus configuration

By default, all files located in the src/main/resources/templates directory and its subdirectories are registered as templates. Templates are validated during startup and watched for changes in the development mode.