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 68296560e52c6e47d5e8604bdcda5be351cc24cb Author: mathewsreji <contactr...@gmail.com> AuthorDate: Mon Feb 1 15:19:01 2021 -0500 Service name corrections --- .../camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc b/components/camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc index 8104d66..f6db10d 100644 --- a/components/camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc +++ b/components/camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc @@ -181,7 +181,7 @@ from("direct:triggerRoute") .setProperty("CamelHwCloudSmnMessageTtl", constant(60)) .setProperty("CamelHwCloudSmnTemplateTags", constant(tags)) .setProperty("CamelHwCloudSmnTemplateName", constant("hello-template")) -.to("hwcloud-smn:publishMessageService?operation=publishAsTextMessage&authKey=*********&secretKey=********&projectId=9071a38e7f6a4ba7b7bcbeb7d4ea6efc®ion=cn-north-4") +.to("hwcloud-smn:publishMessageService?operation=publishAsTemplatedMessage&authKey=*********&secretKey=********&projectId=9071a38e7f6a4ba7b7bcbeb7d4ea6efc®ion=cn-north-4") -------------------------------------------------------------------------------- == Using ServiceKey configuration Bean