DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
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.Mapbased 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