Coder Social home page Coder Social logo

quarkus-camel-ipf's Introduction

Timer Hello World: A Camel Quarkus example integrating IPF

{cq-description}

Tip
Check the Camel Quarkus User guide for prerequisites and other general information.

Start in the Development mode

$ mvn clean compile quarkus:dev

The above command compiles the project, starts the application and lets the Quarkus tooling watch for changes in your workspace. Any modifications in your project will automatically take effect in the running application.

Tip
Please refer to the Development mode section of Camel Quarkus User guide for more details.

Then look at the log output in the console. There are 2 log messages. One generated from a route defined using the Java DSL in class TimerRoute and another defined using the XML DSL in src/main/resources/routes/my-routes.xml.

As we run the example in Quarkus Dev Mode, you can edit the source code and have live updates. For example, try to change the default greeting message in GreetingBean to Bye World.

The log message and the period at which the timer fires can be changed by modifying configuration properties timer.period and greeting.message in application.properties. You can also override the default values via the command line with JVM arguments -Dtimer.period=5000 -Dgreeting.message="My Custom Greeting"

Package and run the application

Once you are done with developing you may want to package and run the application.

Tip
Find more details about the JVM mode and Native mode in the Package and run section of Camel Quarkus User guide

JVM mode

$ mvn clean package
$ java -jar target/quarkus-app/quarkus-run.jar
...
[io.quarkus] (main) camel-quarkus-examples-... started in 1.163s.

IPF

This projects integrates some depdendencies from https://github.com/oehf/ipf to see if they work with Camel Quarkus. It was necessary to add a few dependencie exclusions to remove camel depedenceies that are not compatible with Camel Quarkus.

This code is not tested yet but it does compile and quarkus camel does start. It remains to be seen if the ipf components work as expected.

Feedback

Please report bugs and propose improvements via GitHub issues of Camel Quarkus project.

quarkus-camel-ipf's People

Contributors

mh03r932 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.