Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Loan Broker BPEL example

This example is a new version of the Loan Broker example which uses a BPEL process and xml messages instead of using message properties only. In addition, it leverages the maven plugin for ServiceMix which ease the process of building JBI applications.

...

It is based on the great EIP book(http://www.enterpriseintegrationpatterns.com/ComposedMessagingExample.htmlImage Removed ).
It leverages the BPEL service engine, JMS binding component and some lightweight components provided by ServiceMix.

First start a ServiceMix server (if not already started) by running

...

...

in the root dir of your distribution.

...

Take a look at their getting ode page - http://ode.apache.org/building-ode.htmlImage Removed

You need Ruby and buildr installed.

...

To run this sample, launch the following commands:

...

To test this sample, launch the following commands:

...

This will run a JMS Client against it that sends a request and expects a Loan Quote as a response.

...