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 66bbc1d6bdd6fbdf85bd77eb3d0580f3116137c8
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Oct 1 16:33:48 2019 +0200

    Regen docs
---
 docs/components/modules/ROOT/pages/aws-mq-component.adoc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/aws-mq-component.adoc 
b/docs/components/modules/ROOT/pages/aws-mq-component.adoc
index b65925f..6a4c731 100644
--- a/docs/components/modules/ROOT/pages/aws-mq-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-mq-component.adoc
@@ -169,6 +169,16 @@ Camel-AWS MQ component provides the following operation on 
the producer side:
 - updateBroker
 - describeBroker
 
+== Producer Examples
+
+- listBrokers: this operation will list the available MQ Brokers in AWS
+
+[source,java]
+--------------------------------------------------------------------------------
+from("direct:listBrokers")
+    .to("aws-mq://test?amazonMqClient=#amazonMqClient&operation=listBrokers")
+--------------------------------------------------------------------------------
+
 == Automatic detection of AmazonMQ client in registry
 
 The component is capable of detecting the presence of an AmazonMQ bean into 
the registry.

Reply via email to