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 e4f99337ee69303fd7c6df048f7cb21432af35a4
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon May 19 14:29:25 2025 +0200

    CAMEL-22074: camel-jbang - Send command should be able to send without any 
existing running Camel.
---
 ftp/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ftp/README.adoc b/ftp/README.adoc
index d043d6a..e7fcdbf 100644
--- a/ftp/README.adoc
+++ b/ftp/README.adoc
@@ -32,11 +32,11 @@ camel run *
 
 When the example is running, you need to trigger Camel, by sending messages to 
the ActiveMQ broker.
 You can either do this via the broker web console http://localhost:8161 (login 
with `artemis/artemis`
-or by using Camel JBang:
+or by using Camel JBang (by sending the message into the existing running 
Camel named ftp):
 
 [source,shell]
 ----
-camel cmd send --body=file:test/payload.xml
+camel cmd send ftp --body=file:test/payload.xml
 ----
 
 == Browsing FTP server

Reply via email to