Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 1.85 KB

README.md

File metadata and controls

executable file
·
18 lines (12 loc) · 1.85 KB

Red Hat build of Apache Camel for Quarkus Examples

This repository contains examples of Red Hat build of Apache Camel for Quarkus projects to demonstrate various features.

All projects leverage Red Hat build of Quarkus 3.8.x, the Supersonic Subatomic Java Framework. More specifically, the projects are implemented using Red Hat build of Apache Camel 4.4.x for Quarkus.

Their purpose is to provide small, specific and working examples that can be used for reference in your own projects.

If you want to learn more:

Red Hat build of Apache Camel for Quarkus examples:

  • camel-quarkus-datagrid-tester: demoing the implementation of the Infinispan Idempotent Repository to synchronize concurrent access as well as the use of the Apache Camel Quarkus Infinispan extension.
  • camel-quarkus-rhoam-webhook-handler-api: exposing a RESTful service using the Apache Camel REST DSL, and integrating with a Red Hat AMQ 7 Broker using the AMQP 1.0 JMS client - Apache Qpid JMS.
  • camel-quarkus-jsonvalidation-api: exposing a RESTful service using the Apache Camel REST DSL and validating a sample JSON payload using the Apache Camel Quarkus JSON Schema Validator extension.
  • camel-quarkus-xmlvalidation-api: exposing a RESTful service using the Apache Camel REST DSL and validating a sample XML payload using the Apache Camel Quarkus validator extension.