tdiesler / wildfly-camel

WildFly Camel Subsystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WildFly Camel

QA Default License Maven Central Join the chat at freenode:wildfly-camel

Open workspace in Eclipse Che

Provides Apache Camel integration with the WildFly Application Server.

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.

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 against the master branch.

Running Examples

The wildfly-camel-examples are also available on Eclipse Che.

Open workspace in Eclipse Che

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.

Install

Simply apply the wildfly-camel-patch to a compatible wildfly 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.

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

About

WildFly Camel Subsystem

License:Apache License 2.0


Languages

Language:Java 99.0%Language:Groovy 0.5%Language:Shell 0.1%Language:XSLT 0.1%Language:HTML 0.1%Language:JavaScript 0.0%Language:CSS 0.0%Language:FreeMarker 0.0%Language:Dockerfile 0.0%Language:Mustache 0.0%Language:Tcl 0.0%