Runs Camel on Spring Boot and provides starters for Camel components

Clone this repo:
  1. f979596 [create-pull-request] automated change (#1580) by github-actions[bot] · 19 hours ago automatic-periodic-sync main
  2. c9b526e CAMEL-16866: Add opentelemetry metrics starter (#1579) by Jono Morris · 28 hours ago
  3. 13f430a CAMEL-22716 env variable should not contain dots (#1578) by Ashish Nayyar · 3 days ago
  4. e42772b Regen by Claus Ibsen · 3 days ago
  5. ba66d63 Upgrade fhir by Claus Ibsen · 3 days ago

Apache Camel Spring Boot Support

Maven Central Javadocs Stack Overflow Chat Twitter

Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns with powerful bean integration.

Introduction

This project provides Spring Boot support for Apache Camel.

Creating / deleting starters

To create a starter for the zoot component, run the following command:

./starter-create zoot

Similarly, to delete the starter for the zoot component, run the following command:

./starter-delete zoot

More information can be found on the Camel website