In my existing code I am having 2 route builders inside my camelcontext
bean
<camelContext xmlns="http://camel.apache.org/schema/spring">
<routeBuilder ref="routeBuilder1" />
<routeBuilder ref="routeBuilder2" />
</camelContext>
I want to set the route builder based on the flag values which is configured in system configuration properties.