BAM Example =========== This example shows how to perform Business Activity Monitoring (BAM) with Camel. It can be run using Maven or Ant. For a background in BAM see http://activemq.apache.org/camel/bam.html To run the example with Maven, type mvn camel:run To run the example with Ant a. You need to have Hibernate Core, Entity Manager and HSQLDB installed. They can be downloaded from the following locations Hibernate Core 3.2.6 GA http://www.hibernate.org Hibernate Entity Manager 3.2.0.GA http://prdownloads.sourceforge.net/hibernate/hibernate-entitymanager-3.2.0.GA.zip?download HSQLDB http://hsqldb.org/ b. Export / Set home directories for the above as follows UNIX export HIBERNATE_CORE_HOME= export HIBERNATE_EM_HOME= export HSQLDB_HOME= Windows set HIBERNATE_CORE_HOME= set HIBERNATE_EM_HOME= set HSQLDB_HOME= c. To Run the example using Ant, type ant You can see the BAM activies defined in src/main/java/org/apache/camel/example/bam/MyActivites.java To stop the example hit ctrl + c To use log4j as the logging framework add this to the pom.xml: log4j log4j and log4j.properties is located in src/main/resources For the latest & greatest documentation on how to use this example please see http://activemq.apache.org/camel/bam-example.html If you hit any problems please let us know on the Camel Forums http://activemq.apache.org/camel/discussion-forums.html Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy! ------------------------ The Camel riders!