I know we can add Simple Registry to camel context using this- CamelContext camelContext = new DefaultCamelContext(SimpleRegistry.class);
But, is there a way to add SimpleRegistry other than the way mentioned above? I ask because my camel context is initialized by Spring. -- View this message in context: http://camel.465427.n5.nabble.com/Adding-SimpleRegistry-to-Camel-Context-post-Camel-Context-creation-tp5796601.html Sent from the Camel - Users mailing list archive at Nabble.com.
