On Mon, Apr 23, 2012 at 12:35 PM, Edwin <edwin.rabbi...@gmail.com> wrote: > Thanks for the response Claus > > I am assuming the load balancer EIP sticky implementation maintains state in > memory to map between the correlation key and the processor. Is it possible > to programatically purge/delete this mapping? >
Ah yeah it does. See the source code for org.apache.camel.processor.loadbalancer.StickyLoadBalancer You can implement a custom load balancer (possible extending the sticky) where you can add support for purge/delete mappings. We love contributions though, so you are welcome to improve the existing out of the box load balancers. It would also be nice if they are enlisted in JMX using specialize JMX operations so you can gain insight and also purge using JMX. > Edwin > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Load-Balancer-EIP-tp5656311p5658910.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/