Re: Sticky load balancer and failover support

2013-06-24 Thread DavideC
Hi Claus, thnaks for the suggestion. I'm trying to follow your advice and I came out with the following: But it seems that it is ignoring the "mySticky.process(exchange, callback);" and performing only "super.process(exchange, callback);". Does this approach make sense or am I completely on a w

Re: Need original message at the end of the route

2013-06-18 Thread DavideC
did u try streamcache? http://camel.apache.org/stream-caching.html -- View this message in context: http://camel.465427.n5.nabble.com/Need-original-message-at-the-end-of-the-route-tp5734290p5734299.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Sticky load balancer and failover support

2013-06-18 Thread DavideC
Sorry, the source was not readable. HYG //*[local-name() =

Sticky load balancer and failover support

2013-06-18 Thread DavideC
Hi all,I'm trying to implement a sticky balancer using camel framework. Following camel-example-cxf-proxy example I managed to do the following: //*[local-name() = 'incidentId']/text()