Skip to content

Example from the "Getting Started with Apache ServiceMix" webinar, showing a few Camel routes that are connected using ActiveMQ queues.

Notifications You must be signed in to change notification settings

RedHatWorkshops/rider-auto-osgi

Repository files navigation

Useful example for using Jboss Fuse 6.x

The Camel routes used in this example are explained by the following diagram:

EIP Diagram

Setup

Build & Run

  1. Build this project so bundles are deployed into your local maven repo

$ mvn clean install

  1. Start JBoss Fuse

$ bin/fuse

  1. Add this projects features.xml config to Fuse from the Console (makes it easier to install bundles with all required dependencies)

JBossFuse:karaf@root> features:addUrl mvn:org.fusesource.examples/rider-auto-common/5.0-SNAPSHOT/xml/features

  1. Install the project.

JBossFuse:karaf@root> features:install rider-auto-osgi

  1. To test the file processing, there are existing files in the rider-auto-common module.

$ cp rider-auto-common/src/data/message1.xml /target/placeorder

To see what happened look at the log file, either from the console

JBossFuse:karaf@root> log:display

or from the command line

$ tail -f data/log/fuse.log

  1. To test the WS, use your favorite WS tool (e.g. SoapUI) against the following WSDL hosted by the rider-auto-ws bundle.

Getting Help

If you hit any problems please let the Fuse team know on the forums [https://community.jboss.org/en/jbossfuse]

About

Example from the "Getting Started with Apache ServiceMix" webinar, showing a few Camel routes that are connected using ActiveMQ queues.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages