Repository: camel Updated Branches: refs/heads/master fa4cdd2ac -> 1ac06c882
fix Markdown stuff (url, whitespace) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1ac06c88 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1ac06c88 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1ac06c88 Branch: refs/heads/master Commit: 1ac06c8827574c933c5b64a2aa4b56999ff0d37d Parents: fa4cdd2 Author: gautric <gaut...@redhat.com> Authored: Mon Jan 25 14:31:58 2016 +0100 Committer: gautric <gaut...@redhat.com> Committed: Mon Jan 25 14:31:58 2016 +0100 ---------------------------------------------------------------------- .../camel-example-activemq-tomcat/README.md | 10 +++--- examples/camel-example-aggregate/README.md | 10 +++--- examples/camel-example-bam/README.md | 3 +- examples/camel-example-box-osgi/README.md | 10 +++--- examples/camel-example-cafe/README.md | 4 +-- examples/camel-example-console/README.md | 8 ++--- examples/camel-example-cxf-blueprint/README.md | 18 +++++------ examples/camel-example-cxf-osgi/README.md | 34 ++++++++++---------- examples/camel-example-cxf-tomcat/README.md | 8 ++--- examples/camel-example-cxf/README.md | 10 +++--- examples/camel-example-etl/README.md | 3 +- examples/camel-example-ftp/README.md | 13 ++++---- examples/camel-example-gae/README.md | 5 +-- examples/camel-example-gauth/README.md | 5 +-- examples/camel-example-guice-jms/README.md | 7 ++-- examples/camel-example-jdbc/README.md | 7 ++-- examples/camel-example-jms-file/README.md | 11 ++++--- examples/camel-example-jmx/README.md | 6 ++-- examples/camel-example-loadbalancing/README.md | 15 +++++---- examples/camel-example-loan-broker/README.md | 7 ++-- examples/camel-example-management/README.md | 5 +-- examples/camel-example-metrics-cdi/README.md | 9 +++--- examples/camel-example-mybatis/README.md | 5 +-- examples/camel-example-netty-http/README.md | 8 ++--- examples/camel-example-osgi-rmi/README.md | 6 ++-- examples/camel-example-osgi/README.md | 11 ++++--- examples/camel-example-pojo-messaging/README.md | 11 ++++--- .../README.md | 31 +++++++++--------- examples/camel-example-reportincident/README.md | 11 ++++--- examples/camel-example-restlet-jdbc/README.md | 29 ++++++++--------- .../camel-example-route-throttling/README.md | 11 ++++--- .../README.md | 8 ++--- .../README.md | 5 +-- examples/camel-example-servlet-tomcat/README.md | 6 ++-- examples/camel-example-simplejirabot/README.md | 9 +++--- .../camel-example-spark-rest-tomcat/README.md | 9 +++--- examples/camel-example-splunk/README.md | 11 ++++--- .../camel-example-spring-boot-metrics/README.md | 11 ++++--- examples/camel-example-spring-boot/README.md | 9 +++--- .../camel-example-spring-javaconfig/README.md | 9 +++--- examples/camel-example-spring-jms/README.md | 14 ++++---- .../camel-example-spring-security/README.md | 11 ++++--- examples/camel-example-spring-ws/README.md | 11 ++++--- examples/camel-example-spring-xquery/README.md | 9 +++--- examples/camel-example-spring/README.md | 9 +++--- examples/camel-example-sql-blueprint/README.md | 9 +++--- examples/camel-example-sql/README.md | 10 +++--- examples/camel-example-ssh-security/README.md | 6 ++-- examples/camel-example-ssh/README.md | 11 ++++--- examples/camel-example-swagger-cdi/README.md | 13 ++++---- examples/camel-example-swagger-java/README.md | 11 ++++--- examples/camel-example-tracer/README.md | 7 ++-- .../README.md | 11 ++++--- .../camel-example-twitter-websocket/README.md | 7 ++-- .../camel-example-widget-gadget-java/README.md | 8 ++--- .../camel-example-widget-gadget-xml/README.md | 8 ++--- 56 files changed, 300 insertions(+), 263 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-activemq-tomcat/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-activemq-tomcat/README.md b/examples/camel-example-activemq-tomcat/README.md index f902d4f..cab5e47 100644 --- a/examples/camel-example-activemq-tomcat/README.md +++ b/examples/camel-example-activemq-tomcat/README.md @@ -1,6 +1,6 @@ # Embedded ActiveMQ Broker with Camel running in Apache Tomcat -### Introduction +### Introduction This example shows how you can embed Apache ActiveMQ Broker and Camel in a web application, which can run on Apache Tomcat or other web containers. #### Camel component used in this example @@ -9,13 +9,13 @@ This example shows how you can embed Apache ActiveMQ Broker and Camel in a web a * camel-jms * camel-spring -### Build +### Build You will need to build this example first: mvn install -### Run +### Run Which will create a `.war` file in the target directly. @@ -37,10 +37,10 @@ And the Camel application in the `src/main/resources/camel-context.xml` file. This example is documented at [http://camel.apache.org/activemq-camel-tomcat.html](http://camel.apache.org/activemq-camel-tomcat.html) -### Forum, Help, etc +### 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) + <http://camel.apache.org/discussion-forums.html> Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-aggregate/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-aggregate/README.md b/examples/camel-example-aggregate/README.md index adcbfe5..10a3a5e 100644 --- a/examples/camel-example-aggregate/README.md +++ b/examples/camel-example-aggregate/README.md @@ -1,6 +1,6 @@ # Camel Persistent Aggregate -### Introduction +### Introduction This example shows how to use Camel Aggregator EIP which offers (since Camel 2.3) database persistence. @@ -21,9 +21,9 @@ The user can then enter more numbers to do another aggregation. The example is run using Maven. First compile the example by entering: - + mvn compile - + ### Run To run the example type: @@ -39,10 +39,10 @@ uses a persistent store. This example is documented at [http://camel.apache.org/aggregate-example.html](http://camel.apache.org/aggregate-example.html) -### Forum, Help, etc +### 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) + <http://camel.apache.org/discussion-forums.html> Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-bam/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-bam/README.md b/examples/camel-example-bam/README.md index 2889d93..b031568 100644 --- a/examples/camel-example-bam/README.md +++ b/examples/camel-example-bam/README.md @@ -36,7 +36,8 @@ This example is documented at <http://camel.apache.org/bam-example.html> ### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-box-osgi/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-box-osgi/README.md b/examples/camel-example-box-osgi/README.md index 71e4cdf..fe68c4e 100644 --- a/examples/camel-example-box-osgi/README.md +++ b/examples/camel-example-box-osgi/README.md @@ -20,11 +20,11 @@ First you will need to compile the example: To run the example on Apache Karaf 2.3.x -#### Step 1 +#### Step 1 Launch karaf -#### Step 2 +#### Step 2 Add features required into Karak @@ -45,7 +45,7 @@ set to your box account credentials. #### Step 4 Deploy the example into Karak - + osgi:install -s mvn:org.apache.camel/camel-example-box-osgi/${version} #### Step 5 @@ -56,10 +56,10 @@ Copy files to the `inbox` directory in the Karaf base directory. Watch them get transferred to your box.com account. -### Forum, Help, etc +### 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) + <http://camel.apache.org/discussion-forums.html> Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-cafe/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-cafe/README.md b/examples/camel-example-cafe/README.md index 3b21352..65cc4cb 100644 --- a/examples/camel-example-cafe/README.md +++ b/examples/camel-example-cafe/README.md @@ -28,10 +28,10 @@ To stop the example hit `ctrl + c` This example is documented at [http://camel.apache.org/cafe-example.html](http://camel.apache.org/cafe-example.html) -### Forum, Help, etc +### 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) + <http://camel.apache.org/discussion-forums.html> Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-console/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-console/README.md b/examples/camel-example-console/README.md index 21687d8..0f7afbc 100644 --- a/examples/camel-example-console/README.md +++ b/examples/camel-example-console/README.md @@ -7,13 +7,13 @@ This is a simple example that shows how to get started with Camel. ### Build You will need to compile this example first: - + mvn compile ### Run To run the example type - + mvn camel:run You can see the routing rules by looking at the XML in the directory: `src/main/resources/META-INF/spring` @@ -28,10 +28,10 @@ and then right click, and chose run java application. This example is documented at [http://camel.apache.org/console-example.html](http://camel.apache.org/console-example.html) -### Forum, Help, etc +### 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) + <http://camel.apache.org/discussion-forums.html> Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-cxf-blueprint/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-cxf-blueprint/README.md b/examples/camel-example-cxf-blueprint/README.md index c91f9fe..bad7fed 100644 --- a/examples/camel-example-cxf-blueprint/README.md +++ b/examples/camel-example-cxf-blueprint/README.md @@ -11,7 +11,7 @@ bundles using a Camel CXF consumer can use this HTTP service without needing to individual Jetty instances. Another advantage is that all provided services can now share the same port. -### Build +### Build You will need to compile this example first: mvn install @@ -25,7 +25,7 @@ To run the example on Apache Karaf 2.3.1 or better Launch the server karaf / karaf.bat - + #### Step 2: Add features Add features required @@ -41,22 +41,22 @@ Add features required Deploy the example osgi:install -s mvn:org.apache.camel/camel-example-cxf-blueprint/${version} - -#### Step 4: Verify that your service is available using the following url in the browser. + +#### Step 4: Verify that your service is available using the following url in the browser. We assume you're using Karaf's default PAX Web configuration which uses port `8181` for http. If you would like to use another port or https, change the configuration in `${KARAF_HOME}/etc/org.ops4j.pax.web.cfg`. The immediate extension after the hostname and port ("cxf" in the below URL) is configured via the org.apache.cxf.osgi.cfg file (Please see [http://team.ops4j.org/wiki//display/paxweb/Pax+Web](http://team.ops4j.org/wiki//display/paxweb/Pax+Web) for more information on PAX Web). - + http://localhost:8181/cxf/camel-example-cxf-blueprint/webservices/incident?wsdl [http://localhost:8181/cxf/camel-example-cxf-blueprint/webservices/incident?wsdl](http://localhost:8181/cxf/camel-example-cxf-blueprint/webservices/incident?wsdl) - + #### Step 5: Start SOAPUI (2.x or later) Create a new project called camel-example-cxf-osgi Point to the following url: [http://localhost:8181/cxf/camel-example-cxf-blueprint/webservices/incident?wsdl](http://localhost:8181/cxf/camel-example-cxf-blueprint/webservices/incident?wsdl) Open the request 1 (under camel-example-cxf-blueprint --> ReportIncidentBinding --> ReportIncident) and copy/paste a SOAP message generated by the unit test, for example: - + <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header /> <soap:Body> @@ -79,10 +79,10 @@ Open the request 1 (under camel-example-cxf-blueprint --> ReportIncidentBinding ### Documentation This example is described in more detail at [http://camel.apache.org/cxf-example-osgi-blueprint.html](http://camel.apache.org/cxf-example-osgi-blueprint.html) -### Forum, Help, etc +### 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) + <http://camel.apache.org/discussion-forums.html> Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-cxf-osgi/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-cxf-osgi/README.md b/examples/camel-example-cxf-osgi/README.md index 0d0234f..21247f5 100644 --- a/examples/camel-example-cxf-osgi/README.md +++ b/examples/camel-example-cxf-osgi/README.md @@ -28,17 +28,17 @@ Remarks: To run the example on Apache ServiceMix 4.x or Apache Karaf 2.2.x #### Step 1: launch the server - + karaf / karaf.bat - -Note for Karaf 2.2.x: + +Note for Karaf 2.2.x: a) edit the etc/jre.properties file to add the following packages to be exported jre-1.6=, \ com.sun.org.apache.xerces.internal.dom, \ com.sun.org.apache.xerces.internal.jaxp, \ b) from the same file comment out the following exports already provided by the bundles - that will be imported next: javax.xml.bind*, javax.jws*, javax.xml.soap*, javax.xml.ws*, + that will be imported next: javax.xml.bind*, javax.jws*, javax.xml.soap*, javax.xml.ws*, javax.activation, javax.annotation, javax.xml.stream*. @@ -50,29 +50,29 @@ Note for Karaf 2.2.x: features:install camel-spring features:install camel-jaxb features:install camel-cxf - + #### Step 3: Deploy the example osgi:install -s mvn:org.apache.camel/camel-example-cxf-osgi/${version} - -#### Step 4: Verify that your service is available using the following url in the browser. -We assume you're using Karaf's default PAX Web configuration which uses -port `8181` for http. If you would like to use another port or https, change the configuration in + +#### Step 4: Verify that your service is available using the following url in the browser. +We assume you're using Karaf's default PAX Web configuration which uses +port `8181` for http. If you would like to use another port or https, change the configuration in `${KARAF_HOME}/etc/org.ops4j.pax.web.cfg`. The immediate extension after the hostname and port ("cxf" in -the below URL) is configured via the org.apache.cxf.osgi.cfg file (Please see +the below URL) is configured via the org.apache.cxf.osgi.cfg file (Please see [http://team.ops4j.org/wiki//display/paxweb/Pax+Web](http://team.ops4j.org/wiki//display/paxweb/Pax+Web) for more information on PAX Web). - + http://localhost:8181/cxf/camel-example-cxf-osgi/webservices/incident?wsdl - + [http://localhost:8181/cxf/camel-example-cxf-osgi/webservices/incident?wsdl](http://localhost:8181/cxf/camel-example-cxf-osgi/webservices/incident?wsdl) - + #### Step 5: Start SOAPUI (2.x or later) Create a new project called camel-example-cxf-osgi Point to the following url: http://localhost:8181/cxf/camel-example-cxf-osgi/webservices/incident?wsdl Open the request 1 (under camel-example-cxf-osgi --> ReportIncidentBinding --> ReportIncident) and copy/paste a SOAP message generated by the unit test, for example: - + <xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header /> @@ -89,7 +89,7 @@ message generated by the unit test, for example: </ns2:inputReportIncident> </soap:Body> </soap:Envelope> - + #### Step 6: Check the file system Check the folder `target/inbox/` in the Karaf base directory to see that a message has arrived. @@ -99,10 +99,10 @@ Check the folder `target/inbox/` in the Karaf base directory to see that a messa This example is described in more detail at [http://camel.apache.org/cxf-example-osgi.html](http://camel.apache.org/cxf-example-osgi.html) -### Forum, Help, etc +### 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) + <http://camel.apache.org/discussion-forums.html> Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-cxf-tomcat/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-cxf-tomcat/README.md b/examples/camel-example-cxf-tomcat/README.md index bd0e07a..ef00c53 100644 --- a/examples/camel-example-cxf-tomcat/README.md +++ b/examples/camel-example-cxf-tomcat/README.md @@ -13,9 +13,9 @@ You will need to first need to build the example: ### Run -To run the example deploy it in Apache Tomcat by copying the .war located +To run the example deploy it in Apache Tomcat by copying the .war located in the target directory to the deploy folder of Apache Tomcat. Alternatively, -if your Tomcat installation is set up to use the Tomcat Maven plugin +if your Tomcat installation is set up to use the Tomcat Maven plugin ([http://mojo.codehaus.org/tomcat-maven-plugin/usage.html](http://mojo.codehaus.org/tomcat-maven-plugin/usage.html)), you can simply run `mvn tomcat:deploy` (also `tomcat:undeploy`, `tomcat:redeploy`, etc.) to install the WAR file. @@ -61,10 +61,10 @@ soapUI, making sample SOAP requests such as the following: This example is further documented at [http://camel.apache.org/cxf-tomcat-example.html](http://camel.apache.org/cxf-tomcat-example.html) -### Forum, Help, etc +### 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) + <http://camel.apache.org/discussion-forums.html> Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-cxf/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-cxf/README.md b/examples/camel-example-cxf/README.md index 8190ae2..42cb51d 100644 --- a/examples/camel-example-cxf/README.md +++ b/examples/camel-example-cxf/README.md @@ -2,12 +2,12 @@ ### Introduction -This example shows how to work with CXF and Camel. +This example shows how to work with CXF and Camel. ### Build You will need to compile this example first: - + mvn compile ### Run @@ -23,7 +23,7 @@ To run the example of Camel transport type To run the example of using WebServiceProvider API mvn exec:java -PWebServiceProvider - + To run the example of showing how to create CXF JAXRS endpoint mvn exec:java -PJAXRS @@ -32,10 +32,10 @@ To run the example of showing how to create CXF JAXRS endpoint This example is documented at [http://camel.apache.org/cxf-example.html](http://camel.apache.org/cxf-example.html) -### Forum, Help, etc +### 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) + <http://camel.apache.org/discussion-forums.html> Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-etl/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-etl/README.md b/examples/camel-example-etl/README.md index 936f141..ff9d060 100644 --- a/examples/camel-example-etl/README.md +++ b/examples/camel-example-etl/README.md @@ -55,7 +55,8 @@ For a full description of this example please see ### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-ftp/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-ftp/README.md b/examples/camel-example-ftp/README.md index d9776f1..71a54d1 100644 --- a/examples/camel-example-ftp/README.md +++ b/examples/camel-example-ftp/README.md @@ -7,7 +7,7 @@ An example which shows how to integrate Camel with an FTP server. This example requires that an existing FTP server is available. You can configure the location of this FTP server in the file: `src/main/resources/ftp.properties` - + ### Build You will need to compile this example first: @@ -27,25 +27,26 @@ This example can either run as a Camel client or server. To run the client you type: mvn compile exec:java -Pclient - + ... and instructions will be printed on the console. To run the server you type: mvn compile exec:java -Pserver - + ... and instructions will be printed on the console. -### Documentation +### Documentation This example is documented at [http://camel.apache.org/ftp-example.html](http://camel.apache.org/ftp-example.html) You can enable verbose logging by adjustung the `src/main/resources/log4j.properties` file as documented in the file. -### Forum, Help, etc +### 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) +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-gae/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-gae/README.md b/examples/camel-example-gae/README.md index e6db4c9..287a477 100644 --- a/examples/camel-example-gae/README.md +++ b/examples/camel-example-gae/README.md @@ -4,9 +4,10 @@ Building, deplyoing and running this example is described in detail at [http://camel.apache.org/tutorial-for-camel-on-google-app-engine.html](http://camel.apache.org/tutorial-for-camel-on-google-app-engine.html) -### Forum, Help, etc +### 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) +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-gauth/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-gauth/README.md b/examples/camel-example-gauth/README.md index 2fe7078..6f4136a 100644 --- a/examples/camel-example-gauth/README.md +++ b/examples/camel-example-gauth/README.md @@ -3,9 +3,10 @@ ### Introduction Building, deploying and running this example is described in detail at [http://camel.apache.org/tutorial-oauth.html](http://camel.apache.org/tutorial-oauth.html) -### Forum, Help, etc +### 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) +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-guice-jms/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-guice-jms/README.md b/examples/camel-example-guice-jms/README.md index 2583fb8..4b12a2c 100644 --- a/examples/camel-example-guice-jms/README.md +++ b/examples/camel-example-guice-jms/README.md @@ -13,7 +13,7 @@ system. You will need to compile this example first: mvn compile - + ### Run To run the example type: @@ -37,9 +37,10 @@ To stop the example hit `ctrl + c` This example is documented at [http://camel.apache.org/guice-jms-example.html](http://camel.apache.org/guice-jms-example.html) -### Forum, Help, etc +### 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) +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-jdbc/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-jdbc/README.md b/examples/camel-example-jdbc/README.md index b6ff49d..cae8ab1 100644 --- a/examples/camel-example-jdbc/README.md +++ b/examples/camel-example-jdbc/README.md @@ -8,7 +8,7 @@ Apache Derby database. ### Build First compile this example: - + mvn compile ### Compile @@ -35,9 +35,10 @@ The spring config setups three routes as follow: - These two are connected together. It first query the database for NEW record to be process, invoke RecordProcess bean to do the work, then update the record as DONE so not to re-process on next polled. -### Forum, Help, etc +### 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) +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-jms-file/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-jms-file/README.md b/examples/camel-example-jms-file/README.md index c8312f0..b854a9f 100644 --- a/examples/camel-example-jms-file/README.md +++ b/examples/camel-example-jms-file/README.md @@ -1,19 +1,19 @@ # JMS & File Example ### Introduction -This example shows how to work with files and JMS. +This example shows how to work with files and JMS. The example consumes messages from a queue and writes them to the file system. ### Build - + You will need to compile this example first: mvn compile ### Run - + The example should run if you type mvn exec:java -PExample @@ -25,9 +25,10 @@ in the test directory. This example is documented at [http://camel.apache.org/walk-through-an-example.html](http://camel.apache.org/walk-through-an-example.html) -### Forum, Help, etc +### 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) +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-jmx/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-jmx/README.md b/examples/camel-example-jmx/README.md index fde6edf..39bcc13 100644 --- a/examples/camel-example-jmx/README.md +++ b/examples/camel-example-jmx/README.md @@ -30,10 +30,10 @@ To stop the example hit `ctrl + c` This example is documented at [http://camel.apache.org/jmx-component-example.html](http://camel.apache.org/jmx-component-example.html) -### Forum, Help, etc +### 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) +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! - http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-loadbalancing/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-loadbalancing/README.md b/examples/camel-example-loadbalancing/README.md index a4f1bba..40f66731a 100644 --- a/examples/camel-example-loadbalancing/README.md +++ b/examples/camel-example-loadbalancing/README.md @@ -12,8 +12,8 @@ alternatively between each server running on localhost:9991 and localhost:9992. Within this demo every ten seconds, a Report object is created from the Camel load balancer server. This object is sent by the Camel load balancer to a MINA server where the object is then serialized. -One of the two MINA servers (localhost:9991 and localhost:9992) receives the object and enriches -the message by setting the field reply of the Report object. The reply is sent back by the MINA +One of the two MINA servers (localhost:9991 and localhost:9992) receives the object and enriches +the message by setting the field reply of the Report object. The reply is sent back by the MINA server to the client, which then logs the reply on the console. If any of the two MINA servers is not running, then the load balancer will automatic failover @@ -21,10 +21,10 @@ to the next server. ### Build -To compile and install the project in your maven repo, execute the following +To compile and install the project in your maven repo, execute the following command on the root of the project - mvn clean install + mvn clean install ### Run @@ -36,7 +36,7 @@ To run the example, then execute the following command in the respective folder: >mina2 - mvn exec:java -Pmina2 + mvn exec:java -Pmina2 >loadbalancing @@ -47,9 +47,10 @@ To run the example, then execute the following command in the respective folder: This example is documented at <http://camel.apache.org/loadbalancing-mina-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-loan-broker/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-loan-broker/README.md b/examples/camel-example-loan-broker/README.md index 9b77a84..4107d57 100644 --- a/examples/camel-example-loan-broker/README.md +++ b/examples/camel-example-loan-broker/README.md @@ -17,7 +17,7 @@ You will need to compile this example first: ### Run The example of JMS queue version should run if you type - + mvn exec:java -PQueue.LoanBroker mvn exec:java -PQueue.Client @@ -33,9 +33,10 @@ To stop the example hit `ctrl + c` This example is documented at <http://camel.apache.org/loan-broker-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-management/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-management/README.md b/examples/camel-example-management/README.md index d4a3656..226ae78 100644 --- a/examples/camel-example-management/README.md +++ b/examples/camel-example-management/README.md @@ -69,9 +69,10 @@ To stop the example hit `ctrl + c` This example is documented at <http://camel.apache.org/management-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-metrics-cdi/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-metrics-cdi/README.md b/examples/camel-example-metrics-cdi/README.md index 055c59c..8802c35 100644 --- a/examples/camel-example-metrics-cdi/README.md +++ b/examples/camel-example-metrics-cdi/README.md @@ -10,13 +10,13 @@ The example is implemented in Java with CDI dependency injection. It uses JBoss The `camel-core` and `camel-metrics` components are used in this example. Besides, the Metrics CDI extension is used so that metrics can be injected and custom metrics registered via CDI. For instance, a ratio gauge is registered to monitor the success rate, that is the ratio of success calls on the number of generated events. -### Build +### Build You will need to build this example first: mvn install -### Run +### Run You can run this example using: @@ -51,9 +51,10 @@ And every 10 seconds, the metrics report, e.g.: The Camel application can be stopped pressing `ctrl + c` in the shell. -### Forum, Help, etc +### 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) +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-mybatis/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-mybatis/README.md b/examples/camel-example-mybatis/README.md index 4d1b461..8c1783c 100644 --- a/examples/camel-example-mybatis/README.md +++ b/examples/camel-example-mybatis/README.md @@ -45,9 +45,10 @@ In the `src/main/resources/OSGI-INF/blueprint/camel-mybatis.xml` This example is documented at <http://camel.apache.org/mybatis-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-netty-http/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-netty-http/README.md b/examples/camel-example-netty-http/README.md index 72ecf55..f5e3f4e 100644 --- a/examples/camel-example-netty-http/README.md +++ b/examples/camel-example-netty-http/README.md @@ -26,7 +26,7 @@ To install Apache Camel in Karaf you type in the shell (we use version 2.12.0): features:chooseurl camel 2.12.0 features:install camel - + First you need to install the following features in Karaf/ServiceMix with: features:install camel-netty-http @@ -59,10 +59,10 @@ This example is documented at This example is documented at <http://camel.apache.org/netty-http-server-example.htmll> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! - http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-osgi-rmi/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-osgi-rmi/README.md b/examples/camel-example-osgi-rmi/README.md index 7ba2ace..689dff4 100644 --- a/examples/camel-example-osgi-rmi/README.md +++ b/examples/camel-example-osgi-rmi/README.md @@ -42,10 +42,10 @@ Then install the example osgi:install -s mvn:org.apache.camel/camel-example-osgi-rmi/${version} -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! - http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-osgi/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-osgi/README.md b/examples/camel-example-osgi/README.md index 76113aa..1486a43 100644 --- a/examples/camel-example-osgi/README.md +++ b/examples/camel-example-osgi/README.md @@ -4,9 +4,9 @@ This example shows how use OSGi with Camel. It can be run using Maven. -### Build +### Build You will need to compile this example first: - + mvn install ### Run from cmd line outside OSGi container @@ -18,7 +18,7 @@ To stop the example hit `ctrl + c` ### Run inside OSGi container You will need to compile and install this example first: - + mvn install If using Apache Karaf / Apache ServiceMix you can install this example @@ -37,9 +37,10 @@ The example outputs to the log, which you can see using And use `ctrl+c` to break the tail. -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-pojo-messaging/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-pojo-messaging/README.md b/examples/camel-example-pojo-messaging/README.md index f878097..dd69ed8 100644 --- a/examples/camel-example-pojo-messaging/README.md +++ b/examples/camel-example-pojo-messaging/README.md @@ -2,9 +2,9 @@ ### Introduction -This example shows that you don't need to learn Camel's super cool DSLs -if you don't want to. Camel has a set of annotations that allow you to -produce, consume or route messages to endpoints. +This example shows that you don't need to learn Camel's super cool DSLs +if you don't want to. Camel has a set of annotations that allow you to +produce, consume or route messages to endpoints. ### Build @@ -25,9 +25,10 @@ To stop the example hit `ctrl + c` This example is documented at <http://camel.apache.org/pojo-messaging-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-reportincident-wssecurity/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-reportincident-wssecurity/README.md b/examples/camel-example-reportincident-wssecurity/README.md index 03b0734..580f47c 100644 --- a/examples/camel-example-reportincident-wssecurity/README.md +++ b/examples/camel-example-reportincident-wssecurity/README.md @@ -31,14 +31,14 @@ To run the example on Apache ServiceMix 4.x or Apache Karaf 2.x #### Step 1: launch the server karaf / karaf.bat - + For Karaf: edit the file jre.properties to add the following packages to be exported jre-1.6=, \ com.sun.org.apache.xerces.internal.dom, \ com.sun.org.apache.xerces.internal.jaxp, \ - + They are required by the following bundle : org.apache.servicemix.bundles/org.apache.servicemix.bundles.saaj-impl/1.3.2_1 - + #### Step 2: Add features required features:addUrl mvn:org.apache.camel.karaf/apache-camel/${version}/xml/features @@ -47,18 +47,18 @@ To run the example on Apache ServiceMix 4.x or Apache Karaf 2.x features:install camel-cxf features:install camel-mail features:install camel-velocity - + remark: As the camel route sends email to a SMTP server, you must configure a user/password in your favorite SMTP Server (James by example). User = someone and password = secret - + #### Step 3: Deploy our example osgi:install -s mvn:org.apache.camel/camel-example-reportincident-wssecurity - + #### Step 4: Verify that your service is available using in the browser the following url http://localhost:9081/camel-example-reportincident/webservices/incident?wsdl - + <http://localhost:9081/camel-example-reportincident/webservices/incident?wsdl> #### Step 5: Start SOAPUI (2.x) @@ -66,9 +66,9 @@ To run the example on Apache ServiceMix 4.x or Apache Karaf 2.x Point to the following url : <http://localhost:9081/camel-example-reportincident/webservices/incident?wsdl> Open the request 1 (under camel-example-reportincident-wssecurity --> ReportIncidentBinding --> ReportIncident) and copy/paste the SOAP message generated by the unit test - + ex : - + 2010-07-14 09:57:54,403 [main ] INFO LoggingOutInterceptor - Outbound Message --- ID: 1 @@ -79,9 +79,9 @@ To run the example on Apache ServiceMix 4.x or Apache Karaf 2.x Payload: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" soap:mustUnderstand="1"><wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="Timestamp-2"><wsu:Created>2010-07-14T07:57:54.387Z</wsu:Created><wsu:Expires>2010-07-14T08:02:54.387Z</wsu:Expires></wsu:Timestamp><wsse:UsernameToken xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="UsernameToken-1"><wsse:Username>charles</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">0U5uXRYukYG5PF82gsmncH+yWEE=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-so ap-message-security-1.0#Base64Binary">/Ka8O+F8cyufohiJFp8wjA==</wsse:Nonce><wsu:Created>2010-07-14T07:57:54.387Z</wsu:Created></wsse:UsernameToken></wsse:Security></soap:Header><soap:Body><ns2:inputReportIncident xmlns:ns2="http://reportincident.example.camel.apache.org"><incidentId>123</incidentId><incidentDate>2008-08-18</incidentDate><givenName>Claus</givenName><familyName>Ibsen</familyName><summary>Bla</summary><details>Bla bla</details><email>davscl...@apache.org</email><phone>0045 2962 7576</phone></ns2:inputReportIncident></soap:Body></soap:Envelope> -------------- 2010-07-14 09:57:54,403 [main ] DEBUG HTTPConduit - Sending POST Message with Headers to http://localhost:9080/camel-example-reportincident/webservices/incident Conduit :{http://reportincident.example.camel.apache.org}ReportIncidentEndpointPort.http-conduit - + --> and the message formatted that you copy in SOAPUI - + <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> @@ -112,9 +112,9 @@ To run the example on Apache ServiceMix 4.x or Apache Karaf 2.x </soap:Body> </soap:Envelope> - + You can use another user: james, claus and retry. - + #### Step 6: Check email Check through a POP request that a message has been published in the mailbox of someone (email address : incid...@mycompany.com) @@ -123,9 +123,10 @@ To run the example on Apache ServiceMix 4.x or Apache Karaf 2.x This example is documented at <http://camel.apache.org/tutorial-osgi-camel-part1.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-reportincident/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-reportincident/README.md b/examples/camel-example-reportincident/README.md index 321fa2f..9609fe0 100644 --- a/examples/camel-example-reportincident/README.md +++ b/examples/camel-example-reportincident/README.md @@ -19,13 +19,13 @@ To run the example type The webservice will be listed in this overview: http://localhost:9080/webservices/ - + <http://localhost:9080/webservices/> The webservice WSDL is exposed at: - + http://localhost:9080/webservices/incident?wsdl - + <http://localhost:9080/webservices/incident?wsdl> To stop the example hit `ctrl + c` @@ -35,9 +35,10 @@ To stop the example hit `ctrl + c` This example is documented at <http://camel.apache.org/tutorial-example-reportincident.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-restlet-jdbc/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-restlet-jdbc/README.md b/examples/camel-example-restlet-jdbc/README.md index ddaf6e8..54ce869 100644 --- a/examples/camel-example-restlet-jdbc/README.md +++ b/examples/camel-example-restlet-jdbc/README.md @@ -14,16 +14,16 @@ Two implementations are available You will need to compile this example first: mvn install - + ### Run ### Run Java-REST-DSL -To run with Java-REST-DSL use: - +To run with Java-REST-DSL use: + mvn jetty:run -Dimpl=java-rest-dsl ### Run XML-REST-DSL -To run with XML-REST-DSL use: +To run with XML-REST-DSL use: mvn jetty:run -Dimpl=xml-rest-dsl @@ -31,9 +31,9 @@ To run with XML-REST-DSL use: To create an person, make a http POST request with firstName and lastName parameters: curl -X POST -d "firstName=test&lastName=person" http://localhost:8080/rs/persons - + *Result :* - + [{ID=1, FIRSTNAME=test, LASTNAME=person}] To update an existing person, make a http PUT request with firstName and lastName parameters: @@ -45,27 +45,26 @@ To retrieve an existing person, make a http GET request with the personId as par curl http://localhost:8080/rs/persons/1 *Result :* - + [{ID=1, FIRSTNAME=updated, LASTNAME=person}] To retrieve all the existing persons, make a http GET request to persons url: curl http://localhost:8080/rs/persons - + *Result :* - + [{ID=1, FIRSTNAME=updated, LASTNAME=person}] - + To delete an existing person, make a http DELETE request with the personId as part of the url: - curl -X DELETE http://localhost:8080/rs/persons/1 + curl -X DELETE http://localhost:8080/rs/persons/1 -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! - - http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-route-throttling/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-route-throttling/README.md b/examples/camel-example-route-throttling/README.md index 9739fc6..87f39e2 100644 --- a/examples/camel-example-route-throttling/README.md +++ b/examples/camel-example-route-throttling/README.md @@ -18,9 +18,9 @@ you should observe that the JMS route and the SEDA route completes nearly in syn ### Build You will need to compile this example first: - + mvn compile - + ### Run The example should run if you type: @@ -39,10 +39,11 @@ To stop the example hit `ctrl + c` This example is documented at <http://camel.apache.org/route-throttling-example.html> - -### Forum, Help, etc -If you hit an 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> Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-servlet-rest-blueprint/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-servlet-rest-blueprint/README.md b/examples/camel-example-servlet-rest-blueprint/README.md index 3b4f79e..b4f9d84 100644 --- a/examples/camel-example-servlet-rest-blueprint/README.md +++ b/examples/camel-example-servlet-rest-blueprint/README.md @@ -1,7 +1,7 @@ # Camel Servlet REST and OSGi Blueprint example ============================================= -### Introduction +### Introduction This example shows how to use Servlet REST to define REST endpoints in Camel routes using the Rest DSL @@ -57,10 +57,10 @@ From the command shell you can use curl to access the service as shown below: This example is implemented in XML DSL in the `src/main/resources/OSGI-INF/bluepring/camel.xml` file. -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! - http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-servlet-tomcat-no-spring/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-servlet-tomcat-no-spring/README.md b/examples/camel-example-servlet-tomcat-no-spring/README.md index eac988e..ae97571 100644 --- a/examples/camel-example-servlet-tomcat-no-spring/README.md +++ b/examples/camel-example-servlet-tomcat-no-spring/README.md @@ -27,9 +27,10 @@ The servlet is located at This example is documented at <http://camel.apache.org/servlet-tomcat-example-no-spring.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-servlet-tomcat/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-servlet-tomcat/README.md b/examples/camel-example-servlet-tomcat/README.md index a3ba525..e35557b 100644 --- a/examples/camel-example-servlet-tomcat/README.md +++ b/examples/camel-example-servlet-tomcat/README.md @@ -30,10 +30,10 @@ The servlet is located at This example is documented at <http://camel.apache.org/servlet-tomcat-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! - http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-simplejirabot/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-simplejirabot/README.md b/examples/camel-example-simplejirabot/README.md index 6704537..c6aa475 100644 --- a/examples/camel-example-simplejirabot/README.md +++ b/examples/camel-example-simplejirabot/README.md @@ -16,12 +16,12 @@ You will need to compile this example first: ### Run To run the Java DSL example type - + cd javadsl mvn camel:run To run the XML Configuration example type - + cd xmlconf mvn camel:run @@ -35,9 +35,10 @@ To stop the example hit `ctrl + c` This example is documented at <http://camel.apache.org/simple-jira-bot.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-spark-rest-tomcat/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-spark-rest-tomcat/README.md b/examples/camel-example-spark-rest-tomcat/README.md index 22b532d..6629f63 100644 --- a/examples/camel-example-spark-rest-tomcat/README.md +++ b/examples/camel-example-spark-rest-tomcat/README.md @@ -17,7 +17,7 @@ deploy folder of Apache Tomcat. And then hit this url from a web browser which has further instructions - + http://localhost:8080/camel-example-spark-rest-tomcat <http://localhost:8080/camel-example-spark-rest-tomcat> @@ -26,13 +26,14 @@ You can also try the example from Maven using mvn jetty:run ... and use the following url - + http://localhost:8080/ <http://localhost:8080/> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-splunk/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-splunk/README.md b/examples/camel-example-splunk/README.md index a4d1a56..6ffaeca 100644 --- a/examples/camel-example-splunk/README.md +++ b/examples/camel-example-splunk/README.md @@ -4,7 +4,7 @@ An example which shows how to integrate Camel with Splunk. This example requires that an Splunk Server is up and running. -(For this example, sample data provide by Splunk was used. Steps +(For this example, sample data provide by Splunk was used. Steps for loading this data into splunk are documented here: <http://docs.splunk.com/Documentation/Splunk/latest/SearchTutorial/GetthetutorialdataintoSplunk>) @@ -18,13 +18,13 @@ This project consists of the following examples: ### Build You will need to compile this example first: - + mvn compile ### Run To run the random search client you type: - + mvn compile exec:java -Psearch-client ... and response data will be printed on the console. @@ -51,9 +51,10 @@ You can enable verbose logging by adjusting the `src/main/resources/log4j.proper file as documented in the file. -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-spring-boot-metrics/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot-metrics/README.md b/examples/camel-example-spring-boot-metrics/README.md index 1e606aa..d3534da 100644 --- a/examples/camel-example-spring-boot-metrics/README.md +++ b/examples/camel-example-spring-boot-metrics/README.md @@ -8,16 +8,16 @@ Please read **Configuration** first ### Build You will need to compile this example first: - + mvn install ### Run To run the example type - + java -jar target/camel-example-spring-boot-metrics.jar - + You will see logging from the "Fast" and "Slow" routes, and metrics will be sent to Graphite (or nc) every 5 seconds. ### Configuration @@ -33,9 +33,10 @@ as shown here: http://metrics.dropwizard.io/3.1.0/manual/graphite/ If you can't be bothered to set up a Graphite server right now, you can simulate it by running `nc -ul 2003` on Linux. If you don't have `nc`, use `yum search netcat` to find a suitable package to install (e.g. nmap-ncat.x86_64). -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-spring-boot/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot/README.md b/examples/camel-example-spring-boot/README.md index 13b1503..333c793 100644 --- a/examples/camel-example-spring-boot/README.md +++ b/examples/camel-example-spring-boot/README.md @@ -17,12 +17,12 @@ recommend it. ### Build You will need to compile this example first: - + mvn install ### Run To run the example type - + mvn spring-boot:run You can also execute the fat WAR directly: @@ -37,9 +37,10 @@ To stop the example hit `ctrl + c` This example is documented at <http://camel.apache.org/spring-boot-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-spring-javaconfig/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-javaconfig/README.md b/examples/camel-example-spring-javaconfig/README.md index 4fa6ad0..260a489 100644 --- a/examples/camel-example-spring-javaconfig/README.md +++ b/examples/camel-example-spring-javaconfig/README.md @@ -1,8 +1,8 @@ # Spring Java Config Example ### Introduction -This example shows how to work with files and JMS, using Spring Java Config -to boot up Camel and configure the routes. +This example shows how to work with files and JMS, using Spring Java Config +to boot up Camel and configure the routes. The example consumes messages from a queue and writes them to the file system. @@ -29,9 +29,10 @@ You can see the routing rules by looking at the java code in the ### Documentation This example is documented at <http://camel.apache.org/spring-java-config-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-spring-jms/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-jms/README.md b/examples/camel-example-spring-jms/README.md index bbe80c0..4de029b 100644 --- a/examples/camel-example-spring-jms/README.md +++ b/examples/camel-example-spring-jms/README.md @@ -20,12 +20,12 @@ You will need to compile this example first: ### Run The example should run if you type: - -#### Step 1: Run Server + +#### Step 1: Run Server mvn exec:java -PCamelServer - + #### Step 2: Run Clients - mvn exec:java -PCamelClient + mvn exec:java -PCamelClient mvn exec:java -PCamelClientRemoting mvn exec:java -PCamelClientEndpoint @@ -35,9 +35,10 @@ To stop the example hit `ctrl + c` This example is documented at <http://camel.apache.org/tutorial-jmsremoting.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! @@ -45,4 +46,3 @@ have. Enjoy! The Camel riders! - http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-spring-security/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-security/README.md b/examples/camel-example-spring-security/README.md index f69ea8f..be542ce 100644 --- a/examples/camel-example-spring-security/README.md +++ b/examples/camel-example-spring-security/README.md @@ -1,7 +1,7 @@ # Camel Spring Security Example ### Introduction -This example shows how to leverage the Spring Security to secure the camel endpoint. +This example shows how to leverage the Spring Security to secure the camel endpoint. ### Build @@ -16,22 +16,23 @@ To run the example, you need to start up the server by typing To stop the server hit `ctrl + c` -The example consumes messages from a servlet endpoint which is secured by Spring Security +The example consumes messages from a servlet endpoint which is secured by Spring Security with http basic authentication, there are two service: <http://localhost:8080/camel/user> is for the authenticated user whose role is ROLE_USER <http://localhost:8080/camel/admin> is for the authenticated user whose role is ROLE_ADMIN Then you can use the script in the client directory to send the request and check the response, -or use browser to access upper urls with the user/password +or use browser to access upper urls with the user/password (`jim/jimspassword` with the admin and user role or `bob/bobspassword` with user role). ### Documentation This example is documented at <http://camel.apache.org/spring-security-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-spring-ws/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-ws/README.md b/examples/camel-example-spring-ws/README.md index ff18859..42d6318 100644 --- a/examples/camel-example-spring-ws/README.md +++ b/examples/camel-example-spring-ws/README.md @@ -17,20 +17,21 @@ To stop the server hit `ctrl + c` The web service endpoint address is: <http://localhost:8080/increment> - + The WSDL is available at: <http://localhost:8080/increment/increment.wsdl> -You can test the web service using for example SOAP-UI. This excellent tool is freely available from http://www.soapui.org. -There's a ready to use SOAP-UI project available in the `client` directory. +You can test the web service using for example SOAP-UI. This excellent tool is freely available from http://www.soapui.org. +There's a ready to use SOAP-UI project available in the `client` directory. ### Documentation This example is documented at <http://camel.apache.org/spring-ws-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-spring-xquery/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-xquery/README.md b/examples/camel-example-spring-xquery/README.md index 4696eef..4b1137e 100644 --- a/examples/camel-example-spring-xquery/README.md +++ b/examples/camel-example-spring-xquery/README.md @@ -8,11 +8,11 @@ This example shows how to * use Spring XML to configure all routing rules and components The example consumes messages from a directory, transforms them, then sends -them to a queue. +them to a queue. ### Build You will need to compile this example first: - + mvn compile ### Run @@ -29,9 +29,10 @@ To stop the example hit `ctrl + c` This example is documented at <http://camel.apache.org/spring-xquery-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-spring/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring/README.md b/examples/camel-example-spring/README.md index afa4713..1d3fe68 100644 --- a/examples/camel-example-spring/README.md +++ b/examples/camel-example-spring/README.md @@ -2,7 +2,7 @@ ### Introduction This example shows how to work with files and JMS, using Spring to boot up -Camel and configure the routes. +Camel and configure the routes. The example consumes messages from a queue and writes them to the file system. @@ -10,7 +10,7 @@ system. ### Build You will need to compile this example first: - + mvn compile ### Run @@ -28,9 +28,10 @@ To stop the example hit `ctrl + c` This example is documented at <http://camel.apache.org/spring-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-sql-blueprint/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-sql-blueprint/README.md b/examples/camel-example-sql-blueprint/README.md index 4764012..1137f4f 100644 --- a/examples/camel-example-sql-blueprint/README.md +++ b/examples/camel-example-sql-blueprint/README.md @@ -13,8 +13,8 @@ to avoid picking up the same rows again. ### Build You will need to compile this example first: mvn install - - + + ### Run with maven To run the example type @@ -60,9 +60,10 @@ And you can use `ctrl + c` to stop tailing the log. ### Documentation This example is documented at <http://camel.apache.org/sql-example-blueprint.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-sql/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-sql/README.md b/examples/camel-example-sql/README.md index f2396f6..fbd01e8 100644 --- a/examples/camel-example-sql/README.md +++ b/examples/camel-example-sql/README.md @@ -10,12 +10,12 @@ The second route pickup the newly inserted rows from the table, process the row(s), and mark the row(s) as processed when done; to avoid picking up the same rows again. -### Build +### Build You will need to compile this example first: mvn install - + ### Run with maven To run the example type @@ -59,9 +59,11 @@ And you can use `ctrl + c` to stop tailing the log. ### Documentation This example is documented at <http://camel.apache.org/sql-example.html> -### Forum, Help, etc +### Forum, Help, etc + +If you hit an problems please let us know on the Camel Forums + <http://camel.apache.org/discussion-forums.html> -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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-ssh-security/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-ssh-security/README.md b/examples/camel-example-ssh-security/README.md index 21c0786..a0bb1e8 100644 --- a/examples/camel-example-ssh-security/README.md +++ b/examples/camel-example-ssh-security/README.md @@ -86,9 +86,10 @@ or from the Karaf console run the following command log:tail -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! @@ -96,4 +97,3 @@ have. Enjoy! The Camel riders! - http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-ssh/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-ssh/README.md b/examples/camel-example-ssh/README.md index a88c63e..d52112f 100644 --- a/examples/camel-example-ssh/README.md +++ b/examples/camel-example-ssh/README.md @@ -6,11 +6,11 @@ This example shows how use SSH with Camel. It can be run using Maven. This example is built assuming you have a running Apache ServiceMix container with the default SSH port `8101` and username / password of smx/smx. -### Build +### Build You will need to compile this example first: - + mvn install - + ### Run with maven To run the example using Maven type @@ -27,9 +27,10 @@ from the shell features:addurl mvn:org.apache.camel/camel-example-ssh/<camel version>/xml/features features:install camel-example-ssh -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-swagger-cdi/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-swagger-cdi/README.md b/examples/camel-example-swagger-cdi/README.md index 4e37a0f..ae75974 100644 --- a/examples/camel-example-swagger-cdi/README.md +++ b/examples/camel-example-swagger-cdi/README.md @@ -14,32 +14,33 @@ You will need to compile this example first: ### Run To run the example type - + mvn camel:run The rest service can be accessed from the following url curl http://localhost:8080/user - + <http://localhost:8080/user> For example to get a user with id 123 curl http://localhost:8080/user/123 - + <http://localhost:8080/user/123> The rest services provides Swagger API which can be accessed from the following url curl http://localhost:8080/api-doc - + <http://localhost:8080/api-doc> To stop the example hit `ctrl + c` -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-swagger-java/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-swagger-java/README.md b/examples/camel-example-swagger-java/README.md index 0aa5292..cf68b81 100644 --- a/examples/camel-example-swagger-java/README.md +++ b/examples/camel-example-swagger-java/README.md @@ -15,8 +15,8 @@ You will need to compile this example first: mvn compile ### Compile -To run the example type - +To run the example type + mvn jetty:run The example is built as a WAR which can also be deployed in a WAR container such as Apache Tomcat. @@ -24,7 +24,7 @@ The example is built as a WAR which can also be deployed in a WAR container such The example has documentation in the home.html page which you can access using the following url http://localhost:8080/camel-example-swagger-java/ - + <http://localhost:8080/camel-example-swagger-java/> This example implements the rest-dsl in XML in the camel-config.xml file. For an example that @@ -32,9 +32,10 @@ is using Java code, see the `camel-example-swagger-cdi`. To stop the example hit `ctrl + c` -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-tracer/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-tracer/README.md b/examples/camel-example-tracer/README.md index a513d2a..127b819 100644 --- a/examples/camel-example-tracer/README.md +++ b/examples/camel-example-tracer/README.md @@ -7,7 +7,7 @@ This example shows how to persist Camel trace event messages into a database usi You will need to compile this example first: mvn compile - + ### Run To run the example with Maven, type @@ -33,9 +33,10 @@ For a background in tracer and JPA see This example is documented at <http://camel.apache.org/tracer-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-twitter-websocket-blueprint/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-twitter-websocket-blueprint/README.md b/examples/camel-example-twitter-websocket-blueprint/README.md index 55ebbc0..862b501 100644 --- a/examples/camel-example-twitter-websocket-blueprint/README.md +++ b/examples/camel-example-twitter-websocket-blueprint/README.md @@ -17,8 +17,8 @@ You will need to install this example first to your local maven repository with: ### Run with Karaf This example requires running in Apache Karaf / ServiceMix - karaf - + karaf + To install Apache Camel in Karaf you type in the shell (as an example here we make use of Camel version 2.12.0): @@ -35,7 +35,7 @@ Then you can install the Camel example: osgi:install -s mvn:org.apache.camel/camel-example-twitter-websocket-blueprint/2.12.0 Then open a browser to see live twitter updates in the web page - + http://localhost:9090 <http://localhost:9090> To stop the example run from Karaf/ServiceMix shell: @@ -51,9 +51,10 @@ This example is documented at <http://camel.apache.org/twitter-websocket-bluepri There is a regular (non OSGi Blueprint) example as well documented at: <http://camel.apache.org/twitter-websocket-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-twitter-websocket/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-twitter-websocket/README.md b/examples/camel-example-twitter-websocket/README.md index 21badd9..e14dfab 100644 --- a/examples/camel-example-twitter-websocket/README.md +++ b/examples/camel-example-twitter-websocket/README.md @@ -17,7 +17,7 @@ You will need to compile this example first: ### Run To run the example type - + mvn camel:run Then open a browser to see live twitter updates in the web page @@ -33,9 +33,10 @@ We have described this in more details at the Camel twitter documentation: <http This example is documented at <http://camel.apache.org/twitter-websocket-example.html> -### Forum, Help, etc +### Forum, Help, etc -If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> +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! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-widget-gadget-java/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-widget-gadget-java/README.md b/examples/camel-example-widget-gadget-java/README.md index d1a9338..9f3f4dd 100644 --- a/examples/camel-example-widget-gadget-java/README.md +++ b/examples/camel-example-widget-gadget-java/README.md @@ -15,13 +15,13 @@ The example is implemented in plain Java without using any kind of _application * camel-jms * activemq-camel -### Build +### Build You will need to build this example first: mvn install -### Run +### Run This example requires an existing Apache ActiveMQ broker running. @@ -69,10 +69,10 @@ The Camel application is configured in the `src/main/java/org/apache/camel/examp This example is documented at [http://camel.apache.org/widget-gadget.html](http://camel.apache.org/widget-gadget.html) -### Forum, Help, etc +### 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) + <http://camel.apache.org/discussion-forums.html> Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy! http://git-wip-us.apache.org/repos/asf/camel/blob/1ac06c88/examples/camel-example-widget-gadget-xml/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-widget-gadget-xml/README.md b/examples/camel-example-widget-gadget-xml/README.md index abbecf1..28c41af 100644 --- a/examples/camel-example-widget-gadget-xml/README.md +++ b/examples/camel-example-widget-gadget-xml/README.md @@ -16,13 +16,13 @@ The example is implemented in Spring XML only without using any kind of _applica * camel-jms * activemq-camel -### Build +### Build You will need to build this example first: mvn install -### Run +### Run This example requires an existing Apache ActiveMQ broker running. @@ -70,10 +70,10 @@ The Camel application is configured in the `src/main/resources/META-INF/spring/w This example is documented at [http://camel.apache.org/widget-gadget.html](http://camel.apache.org/widget-gadget.html) -### Forum, Help, etc +### 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) + <http://camel.apache.org/discussion-forums.html> Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy!