tree: d2d75bc02223e92e9f5cea2aa624e70d40b7d3b4 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
examples/camel-example-loan-broker-jms/README.md

Loan Broker Example with JMS

Introduction

This example shows how to use Camel to implement the EIP's loan broker example, from the EIP book (http://www.enterpriseintegrationpatterns.com/SystemManagementExample.html).

The example uses JMS queues 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 -PQueue.LoanBroker
mvn exec:java -PQueue.Client

To stop the example hit ctrl+c

Forum, Help, etc

If you hit an problems please let us know on the Camel Forums http://camel.apache.org/discussion-forums.html

Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy!