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

davsclaus pushed a commit to branch new49
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/new49 by this push:
     new 74c7326b Blog - whats new 4.9. WIP
74c7326b is described below

commit 74c7326b54114caebca2dbfcb88e286a8a8c2408
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Dec 4 16:02:56 2024 +0100

    Blog - whats new 4.9. WIP
---
 content/blog/2024/12/camel49-whatsnew/index.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/content/blog/2024/12/camel49-whatsnew/index.md 
b/content/blog/2024/12/camel49-whatsnew/index.md
index 59ff44a4..8a1f5c59 100644
--- a/content/blog/2024/12/camel49-whatsnew/index.md
+++ b/content/blog/2024/12/camel49-whatsnew/index.md
@@ -41,8 +41,15 @@ When showing _help_ (such as `camel get route --help`) then 
all the default valu
 The `camel get properties` can now show property placeholder values with 
default vs actual value, such
 as when values are applied from ENV variables. This makes it possible to 
better track how a value was configured.
 
-TODO: repl command
-TODO: receive command
+The new `camel cmd receive` command can be used to consume messages from 
external systems. For example
+if you work on a Camel prototype to send messages to Kafka, you can from 
another shell, run the `camel receive` command
+to let it consume messages from Kafka, which allows you to see those messages 
that was sent to Kafka.
+
+There is also the `camel cmd browse` command that makes it possible to only 
peak queues on systems, whichout
+consuming the messages. However, this only works for a limited set of 
components such as JMS and file/ftp.
+
+And we also added a new `camel shell` command that allows to run Camel JBang 
in an interactive shell,
+(in REPL mode), so you can quickly execute Camel JBang commands.
 
 ### Camel JBang Kubernetes
 

Reply via email to