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 c3cedd15e98293ddfade75d8b9dbcd485551cb98 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri May 24 14:06:24 2019 +0200 CAMEL-13570 - Docs --- components/camel-aws-sqs/src/main/docs/aws-sqs-component.adoc | 5 +++++ 1 file changed, 5 insertions(+) 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 a4ff572..b550129 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 @@ -388,6 +388,11 @@ from("direct:start") As result you'll get an exchange containing a `ListQueuesResult` instance, that you can examinate to check the actual queues. +### Queue Autocreation + +With the option `autoCreateQueue` users are able to avoid the autocreation of an SQS Queue in case it doesn't exist. The default for this option is `true`. +If set to false any operation on a not-existent queue in AWS won't be successful and an error will be returned. + ### Automatic detection of AmazonSQS client in registry From Camel 3.0.0-M3 the component will be able to detect the presence of an AmazonSQS bean into the registry.