Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
Moderate
Description
add support for Hazelcast distributed locking/unlocking APIs in a route...see http://www.hazelcast.com/documentation.jsp#Lock
something like this...
from("seda:lockTest") .doTry() .setHeader(HazelcastConstants.LOCK_OBJECT, simple("ID-${header.id}")) .to("hazelcast:lock") .setBody(simple("processed[${body}]")) .to("mock:mock") .doFinally() .to("hazelcast:unlock");
see this discussion...http://camel.465427.n5.nabble.com/discuss-implementing-Locks-in-Camel-td4775904.html
Attachments
Attachments
Issue Links
- relates to
-
CAMEL-4454 Support for Cluster Singleton routes
- Closed