This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit b70262fe40c4e8f083b50382fd3dc203537d0f1a Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Mon Feb 19 16:59:49 2024 +0100 CAMEL-20410: documentation fixes for camel-rocketmq - Fixed samples - Fixed grammar and typos - Fixed punctuation - Added and/or fixed links --- components/camel-rocketmq/src/main/docs/rocketmq-component.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/camel-rocketmq/src/main/docs/rocketmq-component.adoc b/components/camel-rocketmq/src/main/docs/rocketmq-component.adoc index b7ff3b9bb4b..836d6a56cc9 100644 --- a/components/camel-rocketmq/src/main/docs/rocketmq-component.adoc +++ b/components/camel-rocketmq/src/main/docs/rocketmq-component.adoc @@ -66,7 +66,8 @@ include::partial$component-endpoint-headers.adoc[] == InOut Pattern -InOut Pattern based on Message Key. When the producer sending the message, a messageKey will be generated and append to the message's key. +InOut Pattern based on Message Key. +When the producer sends the message, a messageKey will be generated and append to the message's key. After the message sent, a consumer will listen to the topic configured by the parameter `ReplyToTopic`.