Runs Camel on Spring Boot and provides starters for Camel components

Clone this repo:
  1. 2613f89 Regen by Claus Ibsen · 5 hours ago main
  2. fbf3bd4 CAMEL-22146: camel-pgevent - Re-connect in case of lost connection to database. by Claus Ibsen · 2 days ago
  3. 617252e Lets use standard spring-boot-web for this test by Claus Ibsen · 3 days ago
  4. dcefc6d Skip test causes problems on CI by Claus Ibsen · 3 days ago
  5. c84f36e CAMEL-22141: camel-main: Fix duplicate route id detect when you load multiple routes on startup (such as via camel-jbang) 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