Registry / messaging / camel-hazelcast

camel-hazelcast

JSON →
library4.18.0javamavenunverified

Camel HazelCast based work queue implementation for integrating Hazelcast distributed computing with Apache Camel routes.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-hazelcast</artifactId> <version>4.18.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-HAZELCAST
C
camel-hazelcast
messagingjavav4.18.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.

HazelcastComponent
org.apache.camel.component.hazelcast.HazelcastComponent

Minimal Camel route consuming from a Hazelcast queue

import org.apache.camel.CamelContext; import org.apache.camel.impl.DefaultCamelContext; import org.apache.camel.builder.RouteBuilder; public class Quickstart { public static void main(String[] args) throws Exception { CamelContext context = new DefaultCamelContext(); context.addRoutes(new RouteBuilder() { @Override public void configure() { from("hazelcast:queue:myQueue") .log("Received: ${body}"); } }); context.start(); Thread.sleep(5000); context.stop(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.18.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
camel-hazelcast — mvn dependency:get camel-hazelcast · libregistry