This example is based on the great EIP book
.
The client and components are built and run from source using Ant, http://ant.apache.org
.
To start the servicemix server using the sample configuration, you must enter the following commands:
ant compile
set CLASSPATH=classes
../../bin/servicemix servicemix.xml
This will start the loan broker component.
A simple JMS client based on lingo
is provided.
Just execute 'ant' from the current directory to run the JMS client.