Skip to content

Instantly share code, notes, and snippets.

@welshstew
Created October 27, 2014 02:54
Show Gist options
  • Save welshstew/540fbd4d190431f01208 to your computer and use it in GitHub Desktop.
Save welshstew/540fbd4d190431f01208 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns="http://camel.apache.org/schema/spring">
<route id="httpRoute1">
<from uri="direct:httpRoute1"/>
<to uri="mock:mockHttpRoute1"/>
</route>
</routes>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment