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.
