Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.
Xml ConfigurationWe recommend developers use the Java Domain Specific Language when writing routing rules as this provides maximum IDE completion and functionality while being the most expressive. However if you wish to put your routing rules in XML you can via the Camel XML language. Camel XML uses Spring 2 namespaces; so that you can configure your routing rules within your Spring XML configuration file; you can also use Java code to configure components and endpoints. For examples on how to use Camel XML, see the Enterprise Integration Patterns or refer to the Spring Support. See Also |