Further reading on the camel component revealed that it was the ROME library
it used. I substituted the existing route code and found that when I make
the call(See below) in the bean I actually get 10 entries and not 1, like
before! Is it me driving the camel component incorrectly, is there a bug
Can someone please help out with this?
--
View this message in context:
http://camel.465427.n5.nabble.com/autostart-routes-not-working-correctly-tp5752196p5752332.html
Sent from the Camel - Users mailing list archive at Nabble.com.
I am using spring DSL with the following set.
http://camel.apache.org/schema/spring";
autoStartup="${autoStartup}">
There are two ways I have used for starting and stop, because I have been
playing around with it. I not to what the difference is between them they
should give m
Hope someone can help with this. I have an application with 1 route. When
autostart is set to false, in the camel context, and start my application
all does what I expect. 1 route that is not started. Then when I then start
the route the route is started. Which again is what I expect.
>From th