Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.05 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.05 KB

Moqui Apache Camel Tool Component

license release

Moqui Framework tool component for Apache Camel, an enterprise integration pattern (EIP) suite, along with an endpoint for the Service Facade.

To install run (with moqui-framework):

$ ./gradlew getComponent -Pcomponent=moqui-camel

This will add the component to the Moqui runtime/component directory.

The Apache Camel and dependent JAR files are added to the lib directory when the build is run for this component, which is designed to be done from the Moqui build (ie from the moqui root directory) along with all other component builds.

To use just install this component. The configuration for the ToolFactory and ServiceRunner is already in place in the MoquiConf.xml included in this component and will be merged with the main configuration at runtime.