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 asciidoc in the repository: https://github.com/apache/camel/blob/master/README.md https://github.com/apache/camel/blob/master/components/readme.adoc
XQueryThe xquery: component allows you to process a message using an XQuery template. This can be ideal when using Templating to generate respopnses for requests. Maven users will need to add the following dependency to their URI formatWhere templateName is the classpath-local URI of the template to invoke; or the complete URL of the remote template. For example you could use something like this: To use an XQuery template to formulate a response to a message for InOut message exchanges (where there is a If you want to use InOnly, consume the message, and send it to another destination, you could use the following route: See Also |