Hazelcast ComponentPage edited by Claus Straube
Comment:
documentation for map, multimap, atomic number and cluster support added
Changes (2)
Full ContentHazelcast ComponentAvailable as of Camel 2.7 The hazelcast: component allows you to work with the Hazelcast distributed data grid / cache. Hazelcast is a in memory data grid, entirely written in Java (single jar). It offers a great palette of different data stores like map, multi map (same key, n values), queue, list and atomic number. The main reason to use Hazelcast is its simple cluster support. If you have enabled multicast on your network you can run a cluster with hundred nodes with no extra configuration. Hazelcast can simply configured to add additional features like n copies between nodes (default is 1), cache persistence, network configuration (if needed), near cache, enviction and so on. For more information consult the Hazelcast documentation on http://www.hazelcast.com/documentation.jsp. Maven users will need to add the following dependency to their pom.xml for this component: <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-hazelcast</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] Apache Camel > Hazelcast Component confluence
- [CONF] Apache Camel > Hazelcast Component confluence
- [CONF] Apache Camel > Hazelcast Component confluence
- [CONF] Apache Camel > Hazelcast Component confluence
- [CONF] Apache Camel > Hazelcast Component confluence
- [CONF] Apache Camel > Hazelcast Component confluence
- [CONF] Apache Camel > Hazelcast Component confluence