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 84f6e177ef893d325582a089bef6b95eb1923b07 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Oct 1 16:28:58 2019 +0200 Regen docs --- docs/components/modules/ROOT/pages/aws-mq-component.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/components/modules/ROOT/pages/aws-mq-component.adoc b/docs/components/modules/ROOT/pages/aws-mq-component.adoc index 3dc03ae..b65925f 100644 --- a/docs/components/modules/ROOT/pages/aws-mq-component.adoc +++ b/docs/components/modules/ROOT/pages/aws-mq-component.adoc @@ -158,6 +158,17 @@ the https://aws.amazon.com/amazon-mq/[Amazon MQ] service. |`CamelAwsMQBrokerPubliclyAccessible` |`Boolean` |If the MQ instance must be publicly available or not. Default is false. |======================================================================= +=== MQ Producer operations + +Camel-AWS MQ component provides the following operation on the producer side: + +- listBrokers +- createBroker +- deleteBroker +- rebootBroker +- updateBroker +- describeBroker + == Automatic detection of AmazonMQ client in registry The component is capable of detecting the presence of an AmazonMQ bean into the registry.