Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.38 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.38 KB

Red Hat Fuse on EAP Examples

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.

Fuse 7 on JBoss EAP HawtIO

🙌 NOTE 🙌

All the examples are based on the The WildFly-Camel Examples.

⚠️ ATTENTION

You have to adapt the wildfly-maven-plugin according to your JBoss EAP environment

Prerequisites

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.

Running Examples

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.

⚠️ TODO