Created
February 26, 2015 13:30
-
-
Save rjrudin/c462946de32e92fd44ac to your computer and use it in GitHub Desktop.
Camel configuation for ml-camel-client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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