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 a93c27357c0c69c360cf2189ff3bd91e5320fd90 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jan 26 13:54:11 2021 +0100 Camel-AWS2-MQ: Removed automatic detection of client section, since we now have autowired --- components/camel-aws2-mq/src/main/docs/aws2-mq-component.adoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/camel-aws2-mq/src/main/docs/aws2-mq-component.adoc b/components/camel-aws2-mq/src/main/docs/aws2-mq-component.adoc index 559775c..6c8fba6 100644 --- a/components/camel-aws2-mq/src/main/docs/aws2-mq-component.adoc +++ b/components/camel-aws2-mq/src/main/docs/aws2-mq-component.adoc @@ -211,12 +211,6 @@ from("direct:listBrokers") .to("aws2-mq://test?amazonMqClient=#amazonMqClient&operation=rebootBroker") -------------------------------------------------------------------------------- -== Automatic detection of MqClient client in registry - -The component is capable of detecting the presence of an MqClient 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. - == Using a POJO as body Sometimes build an AWS Request can be complex, because of multiple options. We introduce the possibility to use a POJO as body.
