Thanks Claus.

For the time being I can add a few lines of code to the configure() :

for(RouteDefinition route : getRouteCollection().getRoutes()) {
        route.setAutoStartup(someBooleanProperty);
}

Regards,

Damian.



-----Original Message-----
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: Wednesday, 31 August 2011 4:33 PM
To: users@camel.apache.org
Subject: Re: autostartup

That is a new feature in Camel 2.9
http://camel.apache.org/camel-290-release.html

But I will fix the docs so it mention that it requires Camel 2.9 or better.
Thanks for reporting.


On Wed, Aug 31, 2011 at 2:06 AM, Damian Harvey <damian.har...@aon.com> wrote:
> The docs say that you can set whether to autostart a route based on a 
> boolean, string or property
>
> from("activemq:queue:special").autoStartup(startupRoute).to("file://backup");
>
> However it looks like autoStartup() has been removed (or never was in) the 
> fluent API for RouteDefinition. What is the recommended way to decide whether 
> to autoStart a route based on a property?
>
> My requirement is that we are wanting to replace an existing integration 
> platform one route at a time so would like to startup Camel with several 
> routes shutdown but be able to change a properties file and have them 
> autoStart.
>
> Thanks,
>
> Damian.
>
>
> ________________________________
>
> This communication (and any attachments) is directed in confidence to the 
> addressee(s) listed above, and may not otherwise be distributed, copied or 
> used. The contents of this communication may also be subject to privilege, 
> and all rights to that privilege are expressly claimed and not waived. If you 
> have received this communication in error, please notify us by reply e-mail 
> or by telephone and delete this communication (and any attachments) without 
> making a copy.
>
> Before opening or using attachments, you should check them for viruses and 
> defects. We do not accept liability in connection with computer virus, data 
> corruption, delay, interruption, unauthorised access or unauthorised 
> amendment.
>



--
Claus Ibsen
-----------------
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/



This communication (and any attachments) is directed in confidence to the 
addressee(s) listed above, and may not otherwise be distributed, copied or 
used. The contents of this communication may also be subject to privilege, and 
all rights to that privilege are expressly claimed and not waived. If you have 
received this communication in error, please notify us by reply e-mail or by 
telephone and delete this communication (and any attachments) without making a 
copy.

Before opening or using attachments, you should check them for viruses and 
defects. We do not accept liability in connection with computer virus, data 
corruption, delay, interruption, unauthorised access or unauthorised amendment.

Reply via email to