This directory contains a suite of useful modules to demonstrate various features of Red Hat Fuse 7 on EAP. Their aim is to provide small, specific and working examples that can be used for reference in your own projects.
All the examples are based on the The WildFly-Camel Examples.
You have to adapt the wildfly-maven-plugin
according to your JBoss EAP environment
The examples require a running application server with Red Hat Fuse on EAP installed. Refer to the Red Hat Fuse on EAP installation documentation for how to do this.
Each example aims to be interactive to help you learn how to get started with the Red Hat Fuse on EAP. Each example
can be accessed by changing into the example source directory, building the project mvn clean install
and then deploying
to a running application server mvn install -Pdeploy
.
Examples can be undeployed from a running application server by running mvn clean -Pdeploy
.
- Add Camel PGP message crypto in the camel-cxf-jaxws-crypto module