You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by preben <pr...@dr.dk> on 2011/03/22 19:33:21 UTC

Re: spring xml - shutdown strategy timeout

Just create a spring bean :
         
    	     
	 

id is important here since it will override camels default shutdown bean I
guess.

/preben


--
View this message in context: http://camel.465427.n5.nabble.com/spring-xml-shutdown-strategy-timeout-tp4256930p4257442.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: spring xml - shutdown strategy timeout

Posted by tayeb <ta...@dr.dk>.
Thanks 

--
View this message in context: http://camel.465427.n5.nabble.com/spring-xml-shutdown-strategy-timeout-tp4256930p4258668.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: spring xml - shutdown strategy timeout

Posted by preben <pr...@dr.dk>.
Nice 

--
View this message in context: http://camel.465427.n5.nabble.com/spring-xml-shutdown-strategy-timeout-tp4256930p4258279.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: spring xml - shutdown strategy timeout

Posted by "Willem.Jiang" <wi...@gmail.com>.
No, CamelContextFactoryBean just lookup the type bean like this.
 ShutdownStrategy shutdownStrategy = getBeanForType(ShutdownStrategy.class);

So the bean id could be anything :)

Willem


preben wrote:
> 
> Just create a spring bean :
>          
>     	     
> 	 
> 
> id is important here since it will override camels default shutdown bean I
> guess.
> 
> /preben
> 

--
View this message in context: http://camel.465427.n5.nabble.com/spring-xml-shutdown-strategy-timeout-tp4256930p4258126.html
Sent from the Camel - Users mailing list archive at Nabble.com.