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 669739f1d36d3b457f7ccbbbe1a10641cb3955ac Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon May 27 16:24:50 2019 +0200 Regen docs --- docs/components/modules/ROOT/pages/aws-sqs-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/ROOT/pages/aws-sqs-component.adoc b/docs/components/modules/ROOT/pages/aws-sqs-component.adoc index 89a046e..b9a7016 100644 --- a/docs/components/modules/ROOT/pages/aws-sqs-component.adoc +++ b/docs/components/modules/ROOT/pages/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