https://github.com/moqui/moqui-camel
Moqui Framework tool component for Apache Camel with tool factory and endpoint for services (publish, consume)
https://github.com/moqui/moqui-camel
apache-camel camel moqui moqui-framework
Last synced: about 1 year ago
JSON representation
Moqui Framework tool component for Apache Camel with tool factory and endpoint for services (publish, consume)
- Host: GitHub
- URL: https://github.com/moqui/moqui-camel
- Owner: moqui
- License: other
- Created: 2016-06-05T19:00:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T23:44:31.000Z (about 4 years ago)
- Last Synced: 2025-04-04T21:39:41.611Z (about 1 year ago)
- Topics: apache-camel, camel, moqui, moqui-framework
- Language: Groovy
- Size: 28.3 KB
- Stars: 3
- Watchers: 6
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Moqui Apache Camel Tool Component
[](https://github.com/moqui/moqui-camel/blob/master/LICENSE.md)
[](https://github.com/moqui/moqui-camel/releases)
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.