blob: a1f89a0d5dc7b93de03dc711d8c19e9accd821c2 [file] [log] [blame]
== Loan Broker Example with Apache CXF
=== Introduction
This example shows how to use Camel to implement the EIPs loan broker
example, from the EIP book: http://www.enterpriseintegrationpatterns.com/SystemManagementExample.html[Loan Broker System Management].
The example use web services for exchanging messages between the client,
credit agency, and the banks.
=== Build
You will need to compile this example first:
....
$ mvn compile
....
=== Run
....
$ mvn exec:java -PWS.LoanBroker
....
and in another terminal session execute
....
$ mvn exec:java -PWS.Client
....
To stop the example hit ctrl+c
=== Run unit tests
There are unit tests implemented, which can be run with the following command:
[source,sh]
----
$ mvn test
----
=== Help and contributions
If you hit any problem using Camel or have some feedback, then please
https://camel.apache.org/community/support/[let us know].
We also love contributors, so
https://camel.apache.org/community/contributing/[get involved] :-)
The Camel riders!