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/09/11 07:33:46 UTC

[camel-kafka-connector] branch sqs-source-ex created (now c8b127e)

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

acosentino pushed a change to branch sqs-source-ex
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


      at c8b127e  Updated SQS example

This branch includes the following new commits:

     new c8b127e  Updated SQS example

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-kafka-connector] 01/01: Updated 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 sqs-source-ex
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit c8b127e3a5a118493b507a082bfa4f7459b4990e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 11 09:32:46 2020 +0200

    Updated SQS example
---
 examples/CamelAWSSQSSourceConnector.properties | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/CamelAWSSQSSourceConnector.properties b/examples/CamelAWSSQSSourceConnector.properties
index 0147187..4bab484 100644
--- a/examples/CamelAWSSQSSourceConnector.properties
+++ b/examples/CamelAWSSQSSourceConnector.properties
@@ -22,8 +22,7 @@ value.converter=org.apache.kafka.connect.storage.StringConverter
 
 topics=mytopic
 
-camel.source.url=aws-sqs://mysqs
-
+camel.source.path.queueNameOrArn=mysqs
 camel.component.aws-sqs.configuration.access-key=<youraccesskey>
 camel.component.aws-sqs.configuration.secret-key=<yoursecretkey>
 camel.component.aws-sqs.configuration.region=<yourregion>