Skip to content

Commit

Permalink
AWS SQS FIFO Sink Kamelet: Added autoCreateQueue option with default …
Browse files Browse the repository at this point in the history
…false
  • Loading branch information
oscerd authored and nicolaferraro committed Mar 24, 2021
1 parent 25a1800 commit ffd13ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions aws-sqs-fifo-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ spec:
description: Use content-based deduplication (should be enabled in the SQS FIFO queue first)
type: boolean
default: false
autoCreateQueue:
title: Autocreate queue
description: Setting the autocreation of the SQS queue.
type: boolean
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
dependencies:
- camel-quarkus:aws2-sqs
flow:
Expand Down Expand Up @@ -77,6 +84,7 @@ spec:
- to:
uri: "aws2-sqs:{{queueNameOrArn}}"
parameters:
autoCreateQueue: "{{autoCreateQueue}}"
accessKey: "{{accessKey}}"
secretKey: "{{secretKey}}"
region: "{{region}}"
Expand All @@ -87,6 +95,7 @@ spec:
- to:
uri: "aws2-sqs:{{queueNameOrArn}}"
parameters:
autoCreateQueue: "{{autoCreateQueue}}"
accessKey: "{{accessKey}}"
secretKey: "{{secretKey}}"
region: "{{region}}"
Expand Down

0 comments on commit ffd13ff

Please sign in to comment.