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 38c41ef688cf50aed61c6833be6c7ae712f9b400 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jan 26 13:57:12 2021 +0100 Camel-AWS2-SQS: Removed automatic detection of client section, since we now have autowired --- components/camel-aws2-sqs/src/main/docs/aws2-sqs-component.adoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/camel-aws2-sqs/src/main/docs/aws2-sqs-component.adoc b/components/camel-aws2-sqs/src/main/docs/aws2-sqs-component.adoc index d4e44d4..7d2a718 100644 --- a/components/camel-aws2-sqs/src/main/docs/aws2-sqs-component.adoc +++ b/components/camel-aws2-sqs/src/main/docs/aws2-sqs-component.adoc @@ -405,12 +405,6 @@ As result you'll get an exchange containing a `PurgeQueueResponse` instance. 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 SqsClient client in registry - -The component is capable of detecting the presence of an SqsClient bean into the registry. -If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter. -This may be really useful for smarter configuration of the endpoint. - == Send Batch Message and Message Deduplication Strategy In case you're using a SendBatchMessage Operation, you can set two different kind of Message Deduplication Strategy:
