Versions Compared

Key

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

...

Code Block
xml
xml
  <camelContext xmlns="http://camel.apache.org/schema/spring" threadNamePattern="Riding the thread #name##counter#">
    <route>
      <from uri="directseda:start"/>
      <to uri="log:result"/>
      <to uri="mock:result"/>
    </route>
  </camelContext>

...