Camel javaconfig context custom id

2014-12-22 Thread srinivas_vsk
H In the XML configuration, it appears putting the id="myRoute" is easily set as my camelcontext id when the application starts. Trying to do the same with Javaconfig by overriding this below method from CamelConfiguration, does not seem to update the context id- is there a correct way to set the

Re: Performance puzzle. Slow splitter on object array?

2014-09-24 Thread srinivas_vsk
Have you been able to resolve the slowness, im noticing similar issue splitting a List, Hawtio shows couple of seconds to split Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Performance-puzzle-Slow-splitter-on-object-array-tp5729867p5756978.html Sent from the Camel

Re: Linking multiple routes

2014-07-14 Thread srinivas_vsk
I understand i could use direct but if i have routes defined in multiple classes like Route1 extends Routebuilder Route2 extends RouteBuilder i wanted something like ConfigureAllroutes extends RouteBuilder { which can do something like from(route1).to(route2) e.t.c. } directly refer the rou

Linking multiple routes

2014-07-14 Thread srinivas_vsk
I was looking to link multiple routes together for a complex scenario, something like from(route1).to(route2).to(route3).to(routend) Any ideas? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Linking-multiple-routes-tp5753789.html Sent from the Camel - Users maili