Versions Compared

Key

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

...

And a Spring DSL sample as well:

Code Block
xml
xml
        <route>
            <from uri="direct:start"/>
            <choice>
                <when>
                    <javaScript>request.headers.get('user') == 'admin<admin'</javaScript>
                    <to uri="seda:adminQueue"/>
                </when>
                <otherwise>
                    <to uri="seda:regularQueue"/>
                </otherwise>
            </choice>
        </route>
Include Page
CAMEL:Scripting Languages Context
CAMEL:Scripting Languages Context