Registry
Camel supports a pluggable Registry plugin strategy. This allows Camel to easily work with some kind of registry like
- SimpleRegistry which is a simple
java.util.Map
based registry. - JndiRegistry which uses the JNDI InitialContext as the registry
- ApplicationContextRegistry if you are using Spring, it uses the ApplicationContext as the registry
You can also access the Registry from the CamelContext via the camelContext.getRegistry() method