Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using Spring XML

Code Block

<route>
  <from uri="activemq:Input"/>
  <bean ref="myBeanName" method="doTransform"/>
  <to uri="activemq:Output"/>
</route>
Include Page
CAMEL:Using This Pattern
CAMEL:Using This Pattern