FuseByExample / hl7-example

An example using the Camel HL7 component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HL7 Example

Requirements

Building Example

From top level of example project directory, run

mvn clean install

Running in JBoss Fuse

Start JBoss Fuse

<JBoss Fuse Home>/bin/fuse

From the JBoss Fuse console, enter the following to install the example application

features:addurl mvn:org.fusebyexample.examples/hl7-example/1.0.0-SNAPSHOT/xml/features
features:install hl7-example

To see what is happening within the JBoss Fuse server, you can continuously view the log (tail) with the following command

log:tail

File Based Test

Copy the file src/test/data/camel-test.hl7 to /tmp/hl7-example/.

About

An example using the Camel HL7 component.


Languages

Language:Java 98.9%Language:Shell 1.1%