Hi, If we investigate what Camel 2.x project proposes in terms of clustering/loabalancing solution, we can categorize the solutions like this :
1. Loadbalancing loadbalance() : http://camel.apache.org/load-balancer.html 2. Clustering 2.1. Same JVM & CamelContext seda:// : http://camel.apache.org/seda.html or direct:// and Threads() or threadPool() 2.2 Different JVM & CamelContext vm:// : http://camel.apache.org/vm.html 2.3 NMR nmr:// : http://camel.apache.org/nmr.html 3. Cloudcomputing 3.1 camel-terracotta Extends the SEDA component 3.2 Cassandra It could be interesting to create a Cassandra endpoint to allow to consume info/camel messages from Cassandra DB (NOSQL database) or to push there camel message (using id + binary stream) ? What do you think ? Is this inventory complete and exhaustif ? Kind regards, Charles Moulliard Senior Enterprise Architect Apache Camel Committer ***************************** blog : http://cmoulliard.blogspot.com twitter : http://twitter.com/cmoulliard Linkedlin : http://www.linkedin.com/in/charlesmoulliard Apache Camel Group : http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm
