Camel Quarkus Examples
We offer several examples in Camel Quarkus examples repository. To learn how to use them, please follow the First steps chapter of the User guide.
Number of Examples: 11
Example | Description |
---|---|
Demonstrates how to set-up a Camel component (the |
|
Shows how to start Camel from a custom |
|
Shows how to use Camel health-checks with Quarkus. |
|
HTTP with vanilla JAX-RS or with Camel |
Shows how to create HTTP endpoints using either the RESTEasy |
Shows how to define Camel routes using Kotlin programming language |
|
Demonstrates how to add support for metrics, health checks and distributed tracing |
|
Demonstrates how to create a REST service using |
|
Shows how to use Spring Dependency Injection when defining routes on Camel Quarkus. |
|
An example using the Camel timer component to output a Hello world message to the console |
|
Shows how to define a Camel route in XML for tokenizing a CSV a file. |
|
Shows how to define Camel routes using XML. |