Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: whoops, pasted twice

...

Code Block
<route>
  <from uri="activemq:Input"/>
  <setBody><xpath resultType="org.w3c.dom.Document">//foo:bar</xpath></setBody>
  <to uri="activemq:Output"/>
</route> 

You can also use XPath to filter out part of the message you are interested in:

Code Block

<route>
  <from uri="activemq:Input"/>
  <setBody><xpath resultType="org.w3c.dom.Document">//foo:bar</xpath></setBody>
  <to uri="activemq:Output"/>
</route> 
Include Page
CAMEL:Using This Pattern
CAMEL:Using This Pattern