Registry / messaging / camel-quarkus-direct

camel-quarkus-direct

JSON →
library3.33.0javamavenunverified

Provides the Direct component for Apache Camel Quarkus, enabling synchronous message passing between routes.

<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-direct</artifactId> <version>3.33.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-QUARKUS-DIRE
C
camel-quarkus-direct
messagingjavav3.33.0
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.

DirectComponent
✓ org.apache.camel.quarkus.component.direct.DirectComponent

Adds the Direct component to a Camel context.

import org.apache.camel.quarkus.component.direct.DirectComponent; import org.apache.camel.CamelContext; import org.apache.camel.impl.DefaultCamelContext; public class Example { public static void main(String[] args) throws Exception { CamelContext context = new DefaultCamelContext(); context.addComponent("direct", new DirectComponent()); System.out.println("Direct component added"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.33.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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