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 c927a87382ca3634959e7ee753bbc3a65c0dc4bb
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jan 26 13:56:32 2021 +0100

    Camel-AWS2-SNS: Removed automatic detection of client section, since we now 
have autowired
---
 components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc 
b/components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc
index f7bfa0f..a9fee64 100644
--- a/components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc
+++ b/components/camel-aws2-sns/src/main/docs/aws2-sns-component.adoc
@@ -200,12 +200,6 @@ 
from("aws2-sqs://test-camel?amazonSQSClient=#amazonSQSClient&delay=50&maxMessage
 With the option `autoCreateTopic` users are able to avoid the autocreation of 
an SNS Topic in case it doesn't exist. The default for this option is `true`.
 If set to false any operation on a not-existent topic in AWS won't be 
successful and an error will be returned.
 
-== Automatic detection of SnsClient client in registry
-
-The component is capable of detecting the presence of an SnsClient 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.
-
 == SNS FIFO
 
 SNS FIFO are supported. While creating the SQS queue you will subscribe to the 
SNS topic there is an important point to remember, you'll need to make possible 
for the SNS Topic to send message to the SQS Queue.

Reply via email to