You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/06 09:49:09 UTC

[camel-kamelets] 02/03: Duplicate some of headers with a different name - AWS SQS Source

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 1071-sqs
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 8620a751ed4ea769550ad719230bad8de001aac9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 6 11:46:00 2022 +0200

    Duplicate some of headers with a different name - AWS SQS Source
---
 kamelets/aws-sqs-source.kamelet.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kamelets/aws-sqs-source.kamelet.yaml b/kamelets/aws-sqs-source.kamelet.yaml
index 89fa2291..00846eb1 100644
--- a/kamelets/aws-sqs-source.kamelet.yaml
+++ b/kamelets/aws-sqs-source.kamelet.yaml
@@ -37,6 +37,8 @@ spec:
       Access Key/Secret Key are the basic method for authenticating to the AWS SQS Service. These parameters are optional because the Kamelet provides the 'useDefaultCredentialsProvider'.
       
       When using a default Credentials Provider the SQS client will load the credentials through this provider and won't use the static credential. This is reason for not having the access key and secret key as mandatory parameter for this Kamelet.
+
+      Two headers will be duplicated with different names for clarity at sink level, CamelAwsSqsMessageId will be duplicated into aws.sqs.message.id and CamelAwsSqsReceiptHandle will be duplicated in aws.sqs.receipt.handle
     required:
       - queueNameOrArn
       - region