Skip to content

Instantly share code, notes, and snippets.

@altfatterz
Created February 15, 2014 20:40
Show Gist options
  • Save altfatterz/9024935 to your computer and use it in GitHub Desktop.
Save altfatterz/9024935 to your computer and use it in GitHub Desktop.
<camelContext xmlns="http://camel.apache.org/schema/spring">
<route>
<from uri="timer://foo?fixedRate=true&amp;period=10s"/>
<process ref="accountBalanceProcessor" />
<to uri="bean:atmospherePublishService?method=publish"/>
</route>
</camelContext>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment