You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "raffi.onjava" <ra...@gmail.com> on 2015/12/09 18:33:10 UTC

Setting timeout in Springboot

Hi,

In Springboot, what is the config parameter name for setting timeout in DefaultShutdownStrategy from application.properties?

#application.properties
camel.timeout = 10



Re: Setting timeout in Springboot

Posted by raffi <ra...@gmail.com>.
Figured it out, 

  bean id="shutdown" class="org.apache.camel.impl.DefaultShutdownStrategy"
    <property name="timeout" value="30" >
 



--
View this message in context: http://camel.465427.n5.nabble.com/Setting-timeout-in-Springboot-tp5774874p5774876.html
Sent from the Camel - Users mailing list archive at Nabble.com.