blob: 797096b2dabd3a39946a6fc70ae4991373dfa56f [file] [log] [blame]
- route:
from:
uri: "kamelet:timer-source"
parameters:
period: 1000
message: "Hello Camel JBang"
steps:
- to:
uri: "kamelet:aws-sqs-batch-sink"
parameters:
accessKey: "The Access Key"
batchSeparator: ","
queueNameOrArn: "The Queue Name"
region: "eu-west-1"
secretKey: "The Secret Key"