Re: Load balancing in Camel

2013-05-13 Thread nikagra
Hi Is there any updates on how to use load balancer with dynamic router. Thanks in advance -- View this message in context: http://camel.465427.n5.nabble.com/Load-balancing-in-Camel-tp473773p5732402.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Performing Sticky load balancing in Camel.

2012-09-13 Thread balkishore
ring.class)) .to(BE1,BE2); Where env is my namespace and BE1 and BE2 are backend servers! -- View this message in context: http://camel.465427.n5.nabble.com/Performing-Sticky-load-balancing-in-Camel-tp5719170p5719241.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Performing Sticky load balancing in Camel.

2012-09-12 Thread balkishore
elp could be appropriate. -- View this message in context: http://camel.465427.n5.nabble.com/Performing-Sticky-load-balancing-in-Camel-tp5719170p5719189.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Performing Sticky load balancing in Camel.

2012-09-12 Thread balkishore
And My Xpath expression is xpath.compile("/*[local-name()='Envelope']/*[local-name()='Header']/*[local-name()='ReplyTo']/*[local-name()='ReferenceParameters']/*[local-name()='ServiceGroupId']/text()") Is it right? -- View this message in c

Re: Performing Sticky load balancing in Camel.

2012-09-12 Thread Willem jiang
g";); > Namespaces ax = new Namespaces("axis2", > "http://ws.apache.org/namespaces/axis2";); > > Am I doing something wrong here? > If so what? I would appreciate any help. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Performing-Sticky-load-balancing-in-Camel-tp5719170.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).

Re: Performing Sticky load balancing in Camel.

2012-09-12 Thread Claus Ibsen
paces wsa = new Namespaces("wsa", > "http://www.w3.org/2005/08/addressing";); > Namespaces ax = new Namespaces("axis2", > "http://ws.apache.org/namespaces/axis2";); > > Am I doing something wrong here? > If so what? I would appreciate any help. >

Performing Sticky load balancing in Camel.

2012-09-12 Thread balkishore
any help. -- View this message in context: http://camel.465427.n5.nabble.com/Performing-Sticky-load-balancing-in-Camel-tp5719170.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Load balancing in Camel

2009-03-03 Thread Claus Ibsen
On Tue, Mar 3, 2009 at 8:55 AM, Nivetha Shri wrote: > Hi All > I want to know how we can combine dynamic routing and load balancing. > > For dynamic routing am using @RecipientList annotation as follows > > public class RoutingComponent{ >   �...@recipientlist >    public String[] route(String Bod

Load balancing in Camel

2009-03-02 Thread Nivetha Shri
Hi All I want to know how we can combine dynamic routing and load balancing. For dynamic routing am using @RecipientList annotation as follows public class RoutingComponent{ @RecipientList public String[] route(String Body) { String output = "activemq1:topic:topic.outbound"; return new