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:47 UTC

[camel-kafka-connector] 01/01: Updated SQS example

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>