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 ad085085771f91e8fc2539e962e8590870eaf602 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 1 16:27:25 2019 +0200 Camel-AWS MQ: Added operations list for producer on docs --- components/camel-aws-mq/src/main/docs/aws-mq-component.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/components/camel-aws-mq/src/main/docs/aws-mq-component.adoc b/components/camel-aws-mq/src/main/docs/aws-mq-component.adoc index b3aaf2b..dd9f390 100644 --- a/components/camel-aws-mq/src/main/docs/aws-mq-component.adoc +++ b/components/camel-aws-mq/src/main/docs/aws-mq-component.adoc @@ -157,6 +157,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.
