CAMEL-9337 Add readme.txt to all examples
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e2ad607c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e2ad607c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e2ad607c Branch: refs/heads/master Commit: e2ad607c99fb4122c3479fa381921b6d25fce6b4 Parents: 5c34a31 Author: gautric <gaut...@redhat.com> Authored: Wed Dec 9 18:47:24 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Dec 10 07:44:58 2015 +0100 ---------------------------------------------------------------------- examples/camel-example-bam/README.txt | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e2ad607c/examples/camel-example-bam/README.txt ---------------------------------------------------------------------- diff --git a/examples/camel-example-bam/README.txt b/examples/camel-example-bam/README.txt index 2cacb3e..1c10542 100644 --- a/examples/camel-example-bam/README.txt +++ b/examples/camel-example-bam/README.txt @@ -1,15 +1,26 @@ -BAM Example -=========== +# Camel BAM Example + +## Introduction This example shows how to perform Business Activity Monitoring (BAM) with Camel. +### Camel component used in this example + +* camel-bam +* camel-jaxb +* camel-juel + +## Build + You will need to compile this example first: mvn compile For a background in BAM see http://camel.apache.org/bam.html +## Run + To run the example with Maven, type mvn camel:run @@ -18,11 +29,15 @@ You can see the BAM activies defined in To stop the example hit ctrl + c +## Documentation + This example is documented at http://camel.apache.org/bam-example.html -If you hit any problems please let us know on the Camel Forums - http://camel.apache.org/discussion-forums.html +## Forum, Help, etc + +If you hit an problems please let us know on the Camel Forums + [http://camel.apache.org/discussion-forums.html](http://camel.apache.org/discussion-forums.html) Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy!