Registry / messaging / camel-quarkus-main

camel-quarkus-main

JSON →
library1.8.1javamavenunverified

Bootstraps Apache Camel using Camel Main with advanced auto-configuration and Quarkus Command Mode integration.

<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-main</artifactId> <version>1.8.1</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-QUARKUS-MAIN
C
camel-quarkus-main
messagingjavav1.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CamelMain
org.apache.camel.quarkus.main.CamelMain

Starts a Camel Quarkus application using Camel Main.

import org.apache.camel.quarkus.main.CamelMain; public class MyApp { public static void main(String[] args) throws Exception { CamelMain main = new CamelMain(); main.run(args); } }
Debug
Known issues
breakingCamel Quarkus versions may have compatibility issues with specific Quarkus versions.
fix
Ensure camel-quarkus-main version matches your Quarkus platform BOM.
affects: <1.8.0
Upgrade
Version history
1.8.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
OpenAI (training)
1
Resources
camel-quarkus-main — mvn dependency:get camel-quarkus-main · libregistry