https://github.com/wildfly-extras/wildfly-camel
WildFly Camel Subsystem
https://github.com/wildfly-extras/wildfly-camel
camel docker integration java javaee wildfly
Last synced: about 1 year ago
JSON representation
WildFly Camel Subsystem
- Host: GitHub
- URL: https://github.com/wildfly-extras/wildfly-camel
- Owner: wildfly-extras
- License: apache-2.0
- Created: 2013-05-15T15:12:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T08:59:36.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T15:08:42.568Z (about 1 year ago)
- Topics: camel, docker, integration, java, javaee, wildfly
- Language: Java
- Homepage:
- Size: 17.3 MB
- Stars: 73
- Watchers: 17
- Forks: 57
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## WildFly Camel
[](https://github.com/wildfly-extras/wildfly-camel/actions?query=workflow%3A%22QA+Default%22)
[](http://www.apache.org/licenses/LICENSE-2.0)
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.wildfly.camel%20a%3Awildfly-camel)
[](http://webchat.freenode.net/?channels=%23wildfly-camel)
[](https://beta.codenvy.com/f?id=chknwakr0ykhqr1q)
Provides [Apache Camel](http://camel.apache.org/) integration with the [WildFly Application Server](http://wildfly.org/).
The WildFly-Camel Subsystem allows you to add Camel Routes as part of the WildFly configuration. Routes can be deployed as part of Jarkarta EE applications. Jarkarta EE components can access the Camel Core API and various Camel Component APIs.
Your Enterprise Integration Solution can be architected as a combination of Jarkarta EE and Camel functionality.
### Documentation
The docs are generated using [Asciidoctor](http://asciidoctor.org/docs).
* [User Guide](http://wildfly-extras.github.io/wildfly-camel)
* [Jarkarta EE Integration](http://wildfly-extras.github.io/wildfly-camel/#_jarkartaee_integration)
* [Camel Components](http://wildfly-extras.github.io/wildfly-camel/#_camel_components)
To generate an update of the docs use:
```
$ mvn clean install -f docs
```
If you like to contribute to the docs, please file a [pull request](https://github.com/wildfly-extras/wildfly-camel) against the master branch.
### Running Examples
The [wildfly-camel-examples](https://github.com/wildfly-extras/wildfly-camel-examples) are also available on Eclipse Che.
[](https://beta.codenvy.com/f?id=chknwakr0ykhqr1q)
### System Requirements
#### Java
Minimum of Java 1.8, to run WildFly and Maven.
#### Maven
Minimum of Maven 3.2.3.
### Build
The default build is straight forward
```
$ mvn clean install
```
The extended build includes the set of Jarkarta EE integration examples
```
$ mvn clean install -Dts.all
```
If you like to contribute to the project, please file a [pull request](https://github.com/wildfly-extras/wildfly-camel/pulls).
### Install
Simply apply the [wildfly-camel-patch](https://github.com/wildfly-extras/wildfly-camel/releases) to a [compatible wildfly](https://github.com/wildfly-extras/wildfly-camel/blob/master/docs/guide/start/compatibility.adoc) version.
### Run
In your WildFly home directory run ...
```
$ bin/standalone.sh -c standalone-camel.xml
```
### Docker
To setup OpenShift Origin with an integrated Docker environment, follow the instructions [here](http://wildfly-extras.github.io/wildfly-camel/#_openshift_local).
Then simply run the docker image like this ...
```
$ docker run --rm -ti -p 9990:9990 -p 8080:8080 -e WILDFLY_MANAGEMENT_USER=admin -e WILDFLY_MANAGEMENT_PASSWORD=admin wildflyext/wildfly-camel
```
Access WildFly Management Console at https://10.2.2.2:8443/console and the Hawtio console at http://10.2.2.2:8080/hawtio