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 2020/08/04 12:50:30 UTC

[camel-k-examples] branch oscerd-patch-1 created (now 59a4b05)

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

acosentino pushed a change to branch oscerd-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git.


      at 59a4b05  Aws2 SQS Source example: Set deleteAfterRead to true

This branch includes the following new commits:

     new 59a4b05  Aws2 SQS Source example: Set deleteAfterRead to true

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k-examples] 01/01: Aws2 SQS Source example: Set deleteAfterRead to true

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch oscerd-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git

commit 59a4b0577ef4acd0b4e57de6733bd22542c62432
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 4 14:50:25 2020 +0200

    Aws2 SQS Source example: Set deleteAfterRead to true
---
 07-aws-sqs-source-basic/aws-sqs-source.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/07-aws-sqs-source-basic/aws-sqs-source.yaml b/07-aws-sqs-source-basic/aws-sqs-source.yaml
index da22326..1fe7c93 100644
--- a/07-aws-sqs-source-basic/aws-sqs-source.yaml
+++ b/07-aws-sqs-source-basic/aws-sqs-source.yaml
@@ -25,7 +25,7 @@ spec:
           secretKey: "{{aws.sqs.secretKey}}"
           accessKey: "{{aws.sqs.accessKey}}"
           region: "{{aws.sqs.region}}"
-          deleteAfterRead: "false"
+          deleteAfterRead: "true"
         steps:
         - to: "log:received?showAll=true&multiline=true"
         - marshal: