This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git
commit f9677967c6188820dc7718f4f43f571d7ebb6665 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon May 19 14:27:39 2025 +0200 CAMEL-22074: camel-jbang - Send command should be able to send without any existing running Camel. --- mqtt/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mqtt/README.adoc b/mqtt/README.adoc index 747da22..601ff37 100644 --- a/mqtt/README.adoc +++ b/mqtt/README.adoc @@ -40,7 +40,7 @@ where you can send a message as follows: [source,shell] ---- -camel cmd send --body=file:test/payload.json +camel cmd send mqtt --body=file:test/payload.json ---- This will send a message where the payload (body) is read from the local file named payload.json. @@ -59,7 +59,7 @@ Now send another sample file `payload-low.json` and see what is the output now. [source,shell] ---- -camel cmd send --body=file:test/payload-low.json +camel cmd send mqtt --body=file:test/payload-low.json ---- == Stopping