Skip to content

MarWestermann/forge-camel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

forge-camel

Forge 1 plugin helping you to setup project to use apache camel.

Installation

To install this plugin just execute the following command in your forge console:

forge git-plugin https://github.com/MarWestermann/forge-camel.git

Setup

Use camel setup to setup the project ( You have to be in an existing project ). This adds the appropriated dependencies and creates a blueprint.xml file under src/main/resources/OSGI-INF/blueprint. The setup assumes you want to use Java DSL and therefore adds a package node to the camel context which points to the chosen java package.

If you want to use XML DSL just remove the package tag and add your routes to the blueprint.xml file.

Add camel route builder

After setting up the camel facet by camel setup you can add route builders by use of new-routebuilder --name $classname

Example: new-routebuilder --name MyExtraordinaryRouteBuilder

This will add a java routebuilder to the package defined in the camelContext/package configuration of the blueprint.xml file.

About

forge plugin for apache camel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages