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/6616030 to your computer and use it in GitHub Desktop.

Select an option

Save bibryam/6616030 to your computer and use it in GitHub Desktop.
A route for sending 100 messages to SQS
<route>
<camel:from uri="timer://publish?repeatCount=100&amp;period=1&amp;fixedRate=true"/>
<setBody>
<property>Exchange.TIMER_COUNTER</property>
</setBody>
<camel:to uri="aws-sqs://{{aws.queue}}?amazonSQSClient=#amazonSQSClient"/>
</route>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment