Skip to content

monodot/camel-standalone-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

camel-standalone-helloworld

A very simple Camel route in a standalone Java class that writes out Hello World πŸ‘‹

The class CamelDemoMainClass shows how to use Camel's Main class to start the CamelContext and keep it running for 30 seconds.

To run

To run the example:

mvn clean package
mvn exec:java -Dexec.mainClass=xyz.tomd.cameldemos.standalone.CamelDemoMainClass

Press Ctrl+C to terminate the program at any time.

Hack on this project

To import this project into IntelliJ IDEA:

  1. Download the project by clicking Clone or download -> Download ZIP.

  2. Extract the ZIP to a location on your hard disk.

  3. In IntelliJ, click File -> Open Project and select the pom.xml file.

  4. When asked if you want to import as a Maven Project, click Import as Maven Project.

  5. When asked if you want to enable auto imports, click Enable Auto-Import.

About

A very simple Camel route in a standalone Java class that writes out Hello World πŸ‘‹

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages