Skip to content

Instantly share code, notes, and snippets.

@rjrudin
Created February 26, 2015 13:30
Show Gist options
  • Save rjrudin/c462946de32e92fd44ac to your computer and use it in GitHub Desktop.
Save rjrudin/c462946de32e92fd44ac to your computer and use it in GitHub Desktop.
Camel configuation for ml-camel-client
<camelContext id="camel" xmlns="http://camel.apache.org/schema/spring">
<!-- The URIs are expected to be system properties, which are configured via the Gradle "camelRun" task -->
<route>
<from uri="{{fileUri}}" />
<to uri="{{mlcpUri}}" />
</route>
</camelContext>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment