You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/17 10:51:07 UTC

[camel-kamelets-examples] branch ibm-mq-docs created (now 510b53c)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch ibm-mq-docs
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git


      at 510b53c  Update the documentation for kafka-mq example, since camel-kamelets 3.20.2 has been released

This branch includes the following new commits:

     new 510b53c  Update the documentation for kafka-mq example, since camel-kamelets 3.20.2 has been released

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kamelets-examples] 01/01: Update the documentation for kafka-mq example, since camel-kamelets 3.20.2 has been released

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch ibm-mq-docs
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git

commit 510b53c88daf87e3cb96bc0df0c5b18551c0e948
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 17 11:49:53 2023 +0100

    Update the documentation for kafka-mq example, since camel-kamelets 3.20.2 has been released
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 jbang/kafka-mq/README.adoc | 4 ++--
 jbang/kafka-mq/mq-log.yaml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/jbang/kafka-mq/README.adoc b/jbang/kafka-mq/README.adoc
index 0f33e93..c704b79 100644
--- a/jbang/kafka-mq/README.adoc
+++ b/jbang/kafka-mq/README.adoc
@@ -80,12 +80,12 @@ Then you can run this example using:
 
 [source,sh]
 ----
-$ jbang run camel@apache/camel run -Dcamel.jbang.version=3.20.2 --local-kamelet-dir=<local-kamelets-dir> kafka-mq.yaml
+$ camel run kafka-mq.yaml
 ----
 
 [source,sh]
 ----
-$ jbang run camel@apache/camel run -Dcamel.jbang.version=3.20.2 --local-kamelet-dir=<local-kamelets-dir> mq-log.yaml
+$ camel run mq-log.yaml
 ----
 
 Replace the local kamelet dir with your local directory.
diff --git a/jbang/kafka-mq/mq-log.yaml b/jbang/kafka-mq/mq-log.yaml
index 3e77c89..084b898 100644
--- a/jbang/kafka-mq/mq-log.yaml
+++ b/jbang/kafka-mq/mq-log.yaml
@@ -34,3 +34,4 @@
           parameters:
             showStreams: true
             showHeaders: true
+            multiline: true