Skip to content

Instantly share code, notes, and snippets.

@bibryam
Last active December 23, 2015 09:39
Show Gist options
  • Select an option

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

Select an option

Save bibryam/6616107 to your computer and use it in GitHub Desktop.
A Camel route for consuming and printing message from SQS
<camel:route>
<camel:from uri="aws-sqs://{{aws.queue}}?amazonSQSClient=#amazonSQSClient"/>
<convertBodyTo type="java.lang.Integer"/>
<camel:to uri="log:com.ofbizian.before?level=INFO"/>
<camel:to uri="mock:result"/>
</camel:route>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment