AW: Camel Clustering

2017-12-21 Thread Burkard Stephan
] Gesendet: Donnerstag, 21. Dezember 2017 09:38 An: users@camel.apache.org Betreff: Camel Clustering Hi, I am looking for out of the box support for clustering in a hybrid environment. What the Zookeeper Route policy provides is a master / slave route policy where the slave becomes active only when

Re: Camel Clustering

2017-12-21 Thread Claus Ibsen
Hi If you have a copy of the CiA2 book then it has a full chapter on clustering. But in regards to zookeeper-master route-policy then it works with only one node being active and the others are slaves, they are not all active at the same time. What you talk about is more like competing consumers

Camel Clustering

2017-12-21 Thread Ambika Das
Hi, I am looking for out of the box support for clustering in a hybrid environment. What the Zookeeper Route policy provides is a master / slave route policy where the slave becomes active only when master fails. Is there any way of having multiple nodes and let these nodes consume file / mess

Re: [Discuss] Apache Camel - Clustering/Loadbalancing solutions (inventory)

2010-02-26 Thread Charles Moulliard
Ok I will correct the page. 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.lin

Re: [Discuss] Apache Camel - Clustering/Loadbalancing solutions (inventory)

2010-02-26 Thread Willem Jiang
Charles Moulliard wrote: On the wiki page of camel concerning vm, they suggests that vml:// can be used across different JVM Here is the text : "This component differs from the SEDA component in that VM supports communication across CamelContext instances, so you can use this mechanism to commu

Re: [Discuss] Apache Camel - Clustering/Loadbalancing solutions (inventory)

2010-02-26 Thread James Strachan
On 26 February 2010 12:45, Charles Moulliard wrote: > On the wiki page of camel concerning vm, they suggests that vml:// can > be used across different JVM > > Here is the text : > > "This component differs from the SEDA component in that VM supports > communication across CamelContext instances,

Re: [Discuss] Apache Camel - Clustering/Loadbalancing solutions (inventory)

2010-02-26 Thread Charles Moulliard
On the wiki page of camel concerning vm, they suggests that vml:// can be used across different JVM Here is the text : "This component differs from the SEDA component in that VM supports communication across CamelContext instances, so you can use this mechanism to communicate across web applicati

Re: [Discuss] Apache Camel - Clustering/Loadbalancing solutions (inventory)

2010-02-26 Thread Willem Jiang
Hi, Charles Moulliard wrote: Based on James feedback, I have adapted the categories. I will create a wiki page on camel wiki to show the different options 1. Loadbalancing loadbalance() : http://camel.apache.org/load-balancer.html 2. Clustering 2.1. Same JVM & CamelContext seda:// :

Re: [Discuss] Apache Camel - Clustering/Loadbalancing solutions (inventory)

2010-02-26 Thread Charles Moulliard
I have created a draft on wiki : http://cwiki.apache.org/confluence/display/CAMEL/Clustering+and+loadbalancing Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com twitter : http://twitter.com/cmoulliard

Re: [Discuss] Apache Camel - Clustering/Loadbalancing solutions (inventory)

2010-02-26 Thread Christian Müller
I would like this. Christian

Re: [Discuss] Apache Camel - Clustering/Loadbalancing solutions (inventory)

2010-02-26 Thread Charles Moulliard
Based on James feedback, I have adapted the categories. I will create a wiki page on camel wiki to show the different options 1. Loadbalancing loadbalance() : http://camel.apache.org/load-balancer.html 2. Clustering 2.1. Same JVM & CamelContext seda:// : http://camel.apache.org/seda.ht

Re: [Discuss] Apache Camel - Clustering/Loadbalancing solutions (inventory)

2010-02-25 Thread James Strachan
On 25 February 2010 16:28, Charles Moulliard wrote: > 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. Clu

[Discuss] Apache Camel - Clustering/Loadbalancing solutions (inventory)

2010-02-25 Thread Charles Moulliard
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.or

[Discussion] Camel - clustering - servicemix 4

2009-11-17 Thread Charles Moulliard
I try to design one or several scenario that we could use to design a clustering architecture for a project using Camel top of ServiceMix 4. My first idea was to use the loadbalancer pattern (http://camel.apache.org/load-balancer.html) of camel to forward the request to the endpoints of one of the