allow a Spring Camel Context to be booted up just to extract the route defintions (camelContext.getRouteDefintions()) but not to actually process any routes ------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: CAMEL-770 URL: https://issues.apache.org/activemq/browse/CAMEL-770 Project: Apache Camel Issue Type: Improvement Reporter: James Strachan Fix For: 1.5.0 To visualise routes its kinda handy to just boot up a Camel Context and check everything configures correctly, then get the route configurations - rather than having to actually start all the routes up. i.e. to check the configuration works - and to apply any Java / Scala / XML route creation code - but not actually start any routes processing -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.