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 2021/07/14 05:19:56 UTC

[camel-examples] branch main updated (0306aad -> e27db5c)

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

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


    from 0306aad  CAMEL-16757: camel-core - Global error handling, interceptor in all DSL
     new 1382db7  fix readme.adoc for sqs example
     new e27db5c  syntax fix in application.properties in aws2sqs example

The 2 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.


Summary of changes:
 examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/readme.adoc      | 4 ++--
 .../aws2-sqs-consumer/src/main/resources/application.properties       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

[camel-examples] 01/02: fix readme.adoc for sqs example

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

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

commit 1382db7f1fdb2bd8cd1ad7a8a577ca31f5fb3fbe
Author: ali_aus <de...@investmentor.com.au>
AuthorDate: Tue Jul 13 22:29:38 2021 +0530

    fix readme.adoc for sqs example
---
 examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/readme.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/readme.adoc b/examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/readme.adoc
index 587115f..f4626f9 100644
--- a/examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/readme.adoc
+++ b/examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/readme.adoc
@@ -1,10 +1,10 @@
-== Camel Example Main Endpoint DSL with AWS2 S3 component
+== Camel Example Main Endpoint DSL with AWS2 SQS component
 
 This example shows how to use the endpoint DSL in your Camel routes
 to define endpoints using type safe fluent builders, which are Java methods
 that are compiled.
 
-The example will poll an S3 bucket and Log the content of the file.
+The example will consume messages from sqs queue and log in console.
 
 Notice how you can configure Camel in the `application.properties` file.
 

[camel-examples] 02/02: syntax fix in application.properties in aws2sqs example

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

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

commit e27db5c5c12d2499440df4a0b4e3d7f31f1aedeb
Author: ali_aus <de...@investmentor.com.au>
AuthorDate: Tue Jul 13 22:30:28 2021 +0530

    syntax fix in application.properties in aws2sqs example
---
 .../aws2-sqs-consumer/src/main/resources/application.properties         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/src/main/resources/application.properties b/examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/src/main/resources/application.properties
index 57c38c9..055bb1e 100644
--- a/examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/src/main/resources/application.properties
+++ b/examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/src/main/resources/application.properties
@@ -22,5 +22,5 @@ camel.main.name = AWS2-SQS-Consumer
 # properties used in the route
 camel.component.aws2-sqs.accessKey=xxxx
 camel.component.aws2-sqs.secretKey=yyyy
-camel.component.aws2-sqs.regionregion
+camel.component.aws2-sqs.region=region
 sqs-queue-name=queue-name