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: 15

Example Description

Configure a Camel component using CDI

Demonstrates how to set-up a Camel component (the log component in this case) programmatically using CDI

Custom main()

Shows how to start Camel from a custom main() method

Deploying a Camel Route in AWS Lambda

Shows how to deploy a Camel Quarkus route as an AWS Lambda function

File consumer with Bindy & FTP

Shows how to consume CSV files, marshal & unmarshal the data and send it onwards via FTP

HTTP with vanilla JAX-RS or with Camel platform-http component

Shows how to create HTTP endpoints using either the RESTEasy

Health

Shows how to use Camel health-checks with Quarkus.

Kafka example

Shows how to produce and consume messages in a Kafka topic, using Strimzi Operator

Kamelet Chuck Norris

Shows how you can build a simple Kamelet and use with your Camel applications.

Kotlin Hello World

Shows how to define Camel routes using Kotlin programming language

Observability

Demonstrates how to add support for metrics, health checks and distributed tracing

REST with Jackson

Demonstrates how to create a REST service using the Camel REST DSL and Jackson.

Spring Dependency Injection

Shows how to use Spring Dependency Injection when defining routes on Camel Quarkus.

Timer Hello World

Uses the Camel timer component to output a Hello world message to the console

Tokenize a CSV file

Shows how to define a Camel route in XML for tokenizing a CSV a file.

XML Hello World

Shows how to define Camel routes using XML.