You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/04/18 07:40:12 UTC

[camel-kamelets-examples] branch main updated: Fixes #18: Add screenshot to example in readme

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-kamelets-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 25b8327  Fixes #18: Add screenshot to example in readme
25b8327 is described below

commit 25b832760aff5fcd2e1eddc3ecc0eba1b8830363
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Apr 18 09:40:00 2023 +0200

    Fixes #18: Add screenshot to example in readme
---
 jbang/mqtt/README.adoc      |   5 ++++-
 jbang/mqtt/mqtt-karavan.png | Bin 0 -> 492600 bytes
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/jbang/mqtt/README.adoc b/jbang/mqtt/README.adoc
index 866483b..77b6bc2 100644
--- a/jbang/mqtt/README.adoc
+++ b/jbang/mqtt/README.adoc
@@ -1,6 +1,9 @@
 == MQTT
 
-This example is using Camel to receive MQTT events from an external MQTT broker.
+This example is using Camel to receive MQTT events from an external MQTT broker,
+as illustrated below.
+
+image::mqtt-karavan.png[Apache Camel Karavan designer in Visual Code]
 
 === Install JBang
 
diff --git a/jbang/mqtt/mqtt-karavan.png b/jbang/mqtt/mqtt-karavan.png
new file mode 100644
index 0000000..d9de25e
Binary files /dev/null and b/jbang/mqtt/mqtt-karavan.png differ