You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/07/15 11:28:54 UTC

[GitHub] [camel-website] ppalaga commented on a change in pull request #429: Blog post: Command line utility with Camel Quarkus

ppalaga commented on a change in pull request #429:
URL: https://github.com/apache/camel-website/pull/429#discussion_r454981765



##########
File path: content/blog/2020/07/command-line-utility-with-camel-quarkus/index.md
##########
@@ -0,0 +1,226 @@
+---
+title: "Command line utility with Camel Quarkus"
+date: 2020-07-15
+authors: ["ppalaga"]
+categories: ["Howtos", "Camel Quarkus"]
+preview: How to write a command line utility with Camel Quarkus
+---
+
+[Camel](https://camel.apache.org/) and [Camel Quarkus](https://camel.apache.org/camel-quarkus/latest/index.html) are
+typically used to create integration applications that run as long living processes, a.k.a. daemons or services.
+In this blog post, we are going to explain a slightly different use case: using Camel Quarkus in programs that exit by
+themselves after performing some desired tasks.
+
+## Where can this be useful?
+
+The enterprise is full of scheduled batch processing. Say, some system exports some sort of reports daily at 4 a.m.
+Those need to be transformed (e.g. XML -> Excell) and transferred somewhere else (e.g. via mail, FTP or similar).

Review comment:
       Thanks, fixed in 242ac33




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org