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
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
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
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