Skip to content

Instantly share code, notes, and snippets.

@bibryam
Created November 12, 2012 14:22
Show Gist options
  • Select an option

  • Save bibryam/4059686 to your computer and use it in GitHub Desktop.

Select an option

Save bibryam/4059686 to your computer and use it in GitHub Desktop.
Camel JMX Polling route
<route>
<from uri="timer://jmxMonitoringTimer?fixedRate=true&amp;period=10000"/>
<process ref="jmxMetricReader" />
<camel:to uri="aws-cw://www.livephotostream.com/context?accessKey=XXX&amp;secretKey=XXX"/>
</route>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment