Last active
December 23, 2015 09:39
-
-
Save bibryam/6616030 to your computer and use it in GitHub Desktop.
A route for sending 100 messages to SQS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <route> | |
| <camel:from uri="timer://publish?repeatCount=100&period=1&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