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

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

commit b97c1f12e2adf9359a92970a06961c30bde7b274
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon May 27 16:23:31 2019 +0200

    Camel-AWS SQS: Updated docs
---
 components/camel-aws-sqs/src/main/docs/aws-sqs-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws-sqs/src/main/docs/aws-sqs-component.adoc 
b/components/camel-aws-sqs/src/main/docs/aws-sqs-component.adoc
index 89a046e..b9a7016 100644
--- a/components/camel-aws-sqs/src/main/docs/aws-sqs-component.adoc
+++ b/components/camel-aws-sqs/src/main/docs/aws-sqs-component.adoc
@@ -287,7 +287,7 @@ 
from("aws-sqs://MyQueue?amazonSQSClient=#client&delay=5000&maxMessagesPerPoll=5"
 .to("mock:result");
 
---------------------------------------------------------------------------------
 
-In this example if the MyQueue queue is not already created on AWS, it will be 
created with default parameters from the 
+In this example if the MyQueue queue is not already created on AWS (and the 
autoCreateQueue option is set to true), it will be created with default 
parameters from the 
 SQS configuration. If it's already up on AWS, the SQS configuration options 
will be used to override the existent AWS configuration.
 
 #### DelayQueue VS Delay for Single message

Reply via email to