You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/03/25 10:19:18 UTC

svn commit: r809932 - in /websites/production/camel/content: cache/main.pageCache tracer.html user-stories.html

Author: buildbot
Date: Sun Mar 25 08:19:18 2012
New Revision: 809932

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/tracer.html
    websites/production/camel/content/user-stories.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/tracer.html
==============================================================================
--- websites/production/camel/content/tracer.html (original)
+++ websites/production/camel/content/tracer.html Sun Mar 25 08:19:18 2012
@@ -91,9 +91,9 @@
 
 <h3><a shape="rect" name="Tracer-Formatting"></a>Formatting</h3>
 <p>The tracer formats the execution of exchanges to log lines. They are logged at INFO level in the log category: <tt>org.apache.camel.processor.interceptor.TraceInterceptor</tt>.<br clear="none">
-The tracer uses by default <tt>TraceFormatter</tt> to format the log line.</p>
+The tracer uses by default the <tt>org.apache.camel.processor.interceptor.DefaultTraceFormatter</tt> to format the log line.</p>
 
-<p>TraceFormatter has the following options:</p>
+<p><tt>DefaultTraceFormatter</tt> has the following options:</p>
 <div class="confluenceTableSmall"><div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Option </th><th colspan="1" rowspan="1" class="confluenceTh"> Default </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> breadCrumbLength </td><td colspan="1" rowspan="1" class="confluenceTd"> 0 </td><td colspan="1" rowspan="1" class="confluenceTd"> Fixed length of the bread crumb. 0 = no fixed length. Setting a value to e.g. 80 allows the tracer logs to be aligned for easier reading. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> nodeLength </td><td colspan="1" rowspan="1" class="confluenceTd"> 0 </td><td colspan="1" rowspan="1" class="confluenceTd"> Fixed length of the node. 0 = no fixed length. Setting a value to e.g. 40 allows the tracer logs to be aligned for easier reading.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showBreadCrumb </td><td colspan="1" rowspan="1" 
 class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> Outputs the unique unit of work for the exchange. To be used for correlation so you can identify the same exchange. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showNode </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> Previous and destination node, so you can see from -&gt; to. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showExchangeId </td><td colspan="1" rowspan="1" class="confluenceTd"> false </td><td colspan="1" rowspan="1" class="confluenceTd"> To output the unique exchange id. Currently the breadcrumb is sufficient. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showShortExchangeId </td><td colspan="1" rowspan="1" class="confluenceTd"> false </td><td colspan="1" rowspan="1" class="confluenceTd"> To output the unique exchange id in short form, without the hostname. </t
 d></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showProperties </td><td colspan="1" rowspan="1" class="confluenceTd"> false </td><td colspan="1" rowspan="1" class="confluenceTd"> Output the exchange properties </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showHeaders </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> Output the in message headers </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showBodyType </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> Output the in body Java type </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showBody </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> Output the in body </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showOutHeaders </td><td colspan="1" rowspan="1" class
 ="confluenceTd"> false </td><td colspan="1" rowspan="1" class="confluenceTd"> Output the out (if any) message headers </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showOutBodyType </td><td colspan="1" rowspan="1" class="confluenceTd"> false </td><td colspan="1" rowspan="1" class="confluenceTd"> Output the out (if any) body Java type </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showOutBody </td><td colspan="1" rowspan="1" class="confluenceTd"> false </td><td colspan="1" rowspan="1" class="confluenceTd"> Output the out (if any) body </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showExchangePattern </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> Output the exchange pattern </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showException </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluence
 Td"> Output the exception if the exchange has failed </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> showRouteId </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.8:</b> Output the id of the route </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> maxChars </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd"> Is used to limit the number of chars logged per line. The default value is <tt>10000</tt> from <b>Camel 2.9</b> onwards. </td></tr></tbody></table>
 </div>
@@ -179,8 +179,8 @@ INFO  TraceInterceptor     - ID-davsclau
         <span class="code-comment">// add tracer as an interceptor so it will log the exchange executions at runtime
 </span>        <span class="code-comment">// <span class="code-keyword">this</span> can aid us to understand/see how the exchanges is routed etc.
 </span>        Tracer tracer = <span class="code-keyword">new</span> Tracer();
-        tracer.getFormatter().setShowBreadCrumb(<span class="code-keyword">false</span>);
-        tracer.getFormatter().setShowNode(<span class="code-keyword">false</span>);
+        formatter.getDefaultTraceFormatter().setShowBreadCrumb(<span class="code-keyword">false</span>);
+        formatter.getDefaultTraceFormatter().setShowNode(<span class="code-keyword">false</span>);
         ...
         getContext().addInterceptStrategy(tracer);
 </pre>
@@ -195,8 +195,6 @@ INFO  TraceInterceptor     - ID-davsclau
 </span>    tracer.setLogLevel(LoggingLevel.FATAL);
     <span class="code-comment">// and only trace <span class="code-keyword">if</span> the body contains London as text
 </span>    tracer.setTraceFilter(body().contains(constant(<span class="code-quote">"London"</span>)));
-    <span class="code-comment">// <span class="code-keyword">do</span> not show exchange pattern
-</span>    tracer.getFormatter().setShowExchangePattern(<span class="code-keyword">false</span>);
 </pre>
 </div></div>
 

Modified: websites/production/camel/content/user-stories.html
==============================================================================
--- websites/production/camel/content/user-stories.html (original)
+++ websites/production/camel/content/user-stories.html Sun Mar 25 08:19:18 2012
@@ -80,11 +80,10 @@
 <p>This page is intended as a place to collect user stories and feedback on Apache Camel. If you are using or have tried Apache Camel please add an entry or comment; or post to the <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Discussion Forums</a>.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Company or Project </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://activemq.apache.org/">Apache ActiveMQ</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses Camel to add <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a> support into the <a shape="rect" class="external-link" href="http://activemq.apache.org/enterprise-integration-patterns.html">ActiveMQ broker</a>. If you run an out of the box ActiveMQ broker, look in conf/activemq.xml and you'll see &lt;camelContext&gt; with some example routing rules. Can be used to bridge ActiveMQ with any of the camel <a shape="rect" href="components.html" title="Components">Components</a>. </td></tr><tr><td colspan="1" 
 rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://servicemix.apache.org/home.html">Apache ServiceMix</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses Camel as a routing engine as a <a shape="rect" class="external-link" href="http://servicemix.apache.org/servicemix-camel.html">JBI service unit</a> for use either in <a shape="rect" href="jbi.html" title="JBI">JBI</a> or OSGi to route between JBI endpoints. See the <a shape="rect" class="external-link" href="http://servicemix.apache.org/3-beginner-using-apache-camel-inside-servicemix.html">tutorial</a> or <a shape="rect" class="external-link" href="http://servicemix.apache.org/camel-example.html">example</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://fusesource.com/products/enterprise-camel/" rel="nofollow">Fuse Mediation Router</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class
 ="external-link" href="http://fusesource.com/" rel="nofollow">FuseSource</a> provides a commercial distribution of Camel complete with additional features and support as well as improved documenation and samples. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://fusesource.com/products/enterprise-servicemix/" rel="nofollow">Fuse ESB</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://fusesource.com/" rel="nofollow">FuseSource</a> provides a commercial distribution of <a shape="rect" class="external-link" href="http://servicemix.apache.org/home.html">Apache ServiceMix</a> which includes <a shape="rect" class="external-link" href="http://fusesource.com/products/enterprise-camel/" rel="nofollow">FUSE Mediation Router</a> which is a distribution of Camel </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" hre
 f="http://fusesource.com/products/fuse-ide-camel/" rel="nofollow">Fuse IDE</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://fusesource.com/" rel="nofollow">FuseSource</a> provides developer tooling for Camel, ServiceMix, and ActiveMQ. Fuse IDE for Camel is a graphical, Eclipse-based tool for integrating software components that works with Apache Camel or Fuse Mediation Router. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://grails.org" rel="nofollow">Grails</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> The <a shape="rect" class="external-link" href="http://grails.org/plugin/camel" rel="nofollow">Grails Camel Plugin</a> provides integration of Camel into Grails </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://wiki.open-esb.java.net/Wiki.jsp?page=CamelSE" rel="nofollow">Ope
 n ESB Camel SE</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Provides a JBI Service Engine for <a shape="rect" class="external-link" href="https://open-esb.dev.java.net/" rel="nofollow">Open ESB</a>.  See the <a shape="rect" class="external-link" href="http://blogs.sun.com/polyblog/entry/camel_fuji" rel="nofollow">example using OpenESB and Fuji</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.subrecord.org/" rel="nofollow">SubRecord</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses Camel for routing and EDA processing </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://openehealth.org/display/ipf2/Home" rel="nofollow">Open eHealth Integration Platform</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> The Open eHealth Integration Platform (IPF) is an extension of the Apache Camel routing and mediation engi
 ne. It has an application programming layer based on the Groovy programming language and comes with comprehensive support for message processing and connecting systems in the eHealth domain. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.com/p/camel-soap/" rel="nofollow">Camel SOAP</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Zero code WSDL based SOAP Client component for Apache Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.opensplice.com/section-item.asp?id=964" rel="nofollow">PrismTech</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> PrismTech Simplifies Systems Integration &amp; SOA Connectivity with Release of Open Source OpenSplice DDS Connector for Apache Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://github.com/hy
 perthunk/axiom" rel="nofollow">Axiom</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Axiom is is a framework for testing integration scenarios and uses Apache Camel to interact with your integration stack. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.regionh.dk/English/English.htm" rel="nofollow">Capital Region of Denmark</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Chose to switch proprietary ESB to open source Apache Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://akkasource.org/" rel="nofollow">Akka</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Akka uses Apache Camel to implement additional messaging interfaces for <a shape="rect" class="external-link" href="http://doc.akkasource.org/actors" rel="nofollow">actors</a>. Any Camel <a shape="rect" class="external-link" href="http://camel.apach
 e.org/components.html">component</a> can be used to send and receive messages from Akka actors. For details refer to the documentation of the <a shape="rect" class="external-link" href="http://doc.akkasource.org/camel" rel="nofollow">akka-camel</a> extension module.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://github.com/dgreco/camel-msmq" rel="nofollow">camel-msmq</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel Microsoft MQ component. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://github.com/ticktock/camel-cassandra" rel="nofollow">camel-cassandra</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel Cassandra component. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://jboss.org/drools" rel="nofollow">JBoss Drools</a> </td><td colspan="1" rows
 pan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://blog.athico.com/2010/07/declarative-rest-services-for-drools.html" rel="nofollow">Drools</a> integrates with Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.jboss.org/jbossesb" rel="nofollow">JBoss ESB</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> JBoss ESB integrates with Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.com/p/simple-dm/" rel="nofollow">simple-dm</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Simple Dynamic Module System for Maven integrates with Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://wiki.jonas.ow2.org/xwiki/bin/view/Main/WebHome" rel="nofollow">JOnAS Application Server</a> </td><td colspan="1" rowspan="1" class
 ="confluenceTd"> JOnAS Application Server integrates with Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.neociclo.com/2010/09/apache-camel-now-has-oftp2-support/" rel="nofollow">camel-oftp2</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.neociclo.com/" rel="nofollow">Neociclo</a> provides an <a shape="rect" class="external-link" href="http://accord.ow2.org/odetteftp/protocol.html" rel="nofollow">OFTP2</a> component for Apache Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <del><a shape="rect" class="external-link" href="http://code.google.com/p/camel-jmx/" rel="nofollow">camel-jmx</a></del> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache Camel component for consuming JMX Notifications. Part of Apache Camel since 2.6 see <a shape="rect" href="jmx.html" title="JMX">JMX</a> </td></tr><tr><td colspa
 n="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://github.com/osinka/camel-beanstalk" rel="nofollow">camel-beanstalk</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache Camel component for beanstalk. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.com/p/active-bam/" rel="nofollow">Active BAM</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Web Console Business Activity Monitoring for ServiceMix, Camel and ActiveMQ. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.com/p/camel-sns/" rel="nofollow">camel-sns</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> The SNS component allows messages to be sent to or consumed from an Amazon Simple Notification Topic. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-
 link" href="http://code.google.com/p/camel-social/" rel="nofollow">camel-social</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> The Camel Social component is a PoC to poll social data in a uniform way from social networks. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <del><a shape="rect" class="external-link" href="http://code.google.com/p/camel-apns/" rel="nofollow">camel-apns</a></del> </td><td colspan="1" rowspan="1" class="confluenceTd"> Camel component for Apple Push Notification service. Part of Apache Camel since 2.8, see <a shape="rect" href="apns.html" title="APNS">APNS</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://incubator.apache.org/hise/">Apache Hise</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache Hise (Open Source Implementation of WS-Human-Task Specification) integrates with Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceT
 d"> <a shape="rect" class="external-link" href="http://www.catify.com/" rel="nofollow">Catify</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Catify is build on top of proven software stack like Spring, Apache ActiveMQ, Apache Camel, Apache Felix and MongoDB. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" class="external-link" href="http://touk.pl/toukeu/rw/pages/index.en.do" rel="nofollow">TouK</a></td><td colspan="1" rowspan="1" class="confluenceTd">We are using Apache ServiceMix (both 3.x and 4.x) with <a shape="rect" class="external-link" href="http://camel.apache.org/">Apache Camel</a>, <a shape="rect" class="external-link" href="http://ode.apache.org/">Apache ODE</a> and <a shape="rect" class="external-link" href="http://incubator.apache.org/hise/">Apache HISE</a> as a middleware integration platform, with the biggest deployment for <a shape="rect" class="external-link" href="http://www.playmobile.pl/" rel="nofollow">Play</a>,
  mobile telco operator in Poland </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/wheijke/camel-tika" rel="nofollow">camel-tika</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Camel data format for <a shape="rect" class="external-link" href="http://tika.apache.org/">Apache Tika</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/catify/camel-mongodb" rel="nofollow">camel-mongodb</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Camel idempotent consumer EIP using MongoDB. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://web.progress.com/en/sonic/sonic-esb.html" rel="nofollow">Progress Sonic ESB</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Progress Sonic ESB uses Camel internally to mediate Web Service messages (leveraging 
 CXF stack) and Sonic ESB messages </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/krasserm/scalaz-camel" rel="nofollow">scalaz-camel</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Scala(z)-based DSL for Apache Camel </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/obergner/camelpe" rel="nofollow">camel-camelpe</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A CDI Portable Extension for Apache Camel </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.kuali.org/ole" rel="nofollow">Kuali Ole</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Kuali OLE uses Apache Camel in their open source administrative software </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https:
 //github.com/gerco/camel-apama" rel="nofollow">camel-apama</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel component for <a shape="rect" class="external-link" href="http://web.progress.com/en/apama/index.html" rel="nofollow">Progress Apama</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.com/p/caerusone/" rel="nofollow">CaerusOne</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> CaerusOne is advanced application integration framework, sdk, server application server. It uses apache camel routing engine as part of core process engine. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/lshift/camel-rabbitmq" rel="nofollow">camel-rabbitmq</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A component for interfacing with the RabbitMQ AMQP broker </td></tr><tr><td colspan="1" rowspan="1" c
 lass="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/cdollins/camel-grizzly" rel="nofollow">camel-grizzly</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A component that works with the Glassfish Grizzly networking library </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.jboss.org/switchyard" rel="nofollow">JBoss SwitchYard</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> SwitchYard is a lightweight service delivery framework for SOA and its integrated with Camel out of the box. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/osinka/camel-scala-extra" rel="nofollow">camel-scala-extra</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Extra Apache Camel methods for Scala </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link"
  href="https://github.com/marcuspocus/play-camel" rel="nofollow">camel-play</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A EIP + Messaging module for the Play! Framework  </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://activiti.org/" rel="nofollow">Activiti</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://bpmn20inaction.blogspot.com/2011/05/supersize-activiti-with-mule-esb-and.html" rel="nofollow">Activiti BPM</a> has direct Apache Camel integration. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.blackbeltfactory.com/QuestionnaireDefDisplay.wwa?questPublicId=1703" rel="nofollow">Apache Camel exam at Black Belt</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Blackbelt has an exam covering Apache Camel </td></tr><tr><td colspan="1" rowspan="1" class="confl
 uenceTd"> <a shape="rect" class="external-link" href="http://easyforms-camel.forge.onehippo.org/" rel="nofollow">EasyForms Camel Support</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> The EasyForms Camel Support Components provides extended HST EasyForms Components which can invoke Apache Camel Routes. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://groups.google.com/group/camel-user-group-denmark" rel="nofollow">Apache Camel User Group Denmark</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A danish user group for Apache Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://groups.google.com/group/apache-camel-user-group-tunisia" rel="nofollow">Apache Camel User Group Tunisia</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A tunisian user group for Apache Camel. </td></tr><tr><td colspan="1" rowspan="1" cla
 ss="confluenceTd"> <a shape="rect" class="external-link" href="http://www.linkedin.com/groups?gid=2447439&amp;trk=hb_side_g" rel="nofollow">Linkedin Apache Camel Group</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> The Apache Camel group in linkedin. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.com/p/oracle-coherence-camel-component/" rel="nofollow">Oracle Coherence Camel Component</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel component for integrating with Oracle Coherence </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/soluvas/tumblej" rel="nofollow">camel-tumblr</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel component to post to Tumblr. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.
 com/p/camel-cmis/" rel="nofollow">camel-cmis</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel component to integrate with CMIS compliant content repository (for example, Alfresco, SharePoint, OpenText). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/Bluelock/camel-spring-amqp" rel="nofollow">camel-spring-amqp</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel component to integrate with Spring AMQP to communicate with for example RabbitMQ. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://bitbucket.org/arkadi/camel-sipe" rel="nofollow">camel-sipe</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel component to communicate with Microsoft Office Communicator and Lync Servers. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Company or Project </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://activemq.apache.org/">Apache ActiveMQ</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses Camel to add <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a> support into the <a shape="rect" class="external-link" href="http://activemq.apache.org/enterprise-integration-patterns.html">ActiveMQ broker</a>. If you run an out of the box ActiveMQ broker, look in conf/activemq.xml and you'll see &lt;camelContext&gt; with some example routing rules. Can be used to bridge ActiveMQ with any of the camel <a shape="rect" href="components.html" title="Components">Components</a>. </td></tr><tr><td colspan="1" 
 rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://servicemix.apache.org/home.html">Apache ServiceMix</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses Camel as a routing engine as a <a shape="rect" class="external-link" href="http://servicemix.apache.org/servicemix-camel.html">JBI service unit</a> for use either in <a shape="rect" href="jbi.html" title="JBI">JBI</a> or OSGi to route between JBI endpoints. See the <a shape="rect" class="external-link" href="http://servicemix.apache.org/3-beginner-using-apache-camel-inside-servicemix.html">tutorial</a> or <a shape="rect" class="external-link" href="http://servicemix.apache.org/camel-example.html">example</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://fusesource.com/products/enterprise-camel/" rel="nofollow">Fuse Mediation Router</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class
 ="external-link" href="http://fusesource.com/" rel="nofollow">FuseSource</a> provides a commercial distribution of Camel complete with additional features and support as well as improved documenation and samples. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://fusesource.com/products/enterprise-servicemix/" rel="nofollow">Fuse ESB</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://fusesource.com/" rel="nofollow">FuseSource</a> provides a commercial distribution of <a shape="rect" class="external-link" href="http://servicemix.apache.org/home.html">Apache ServiceMix</a> which includes <a shape="rect" class="external-link" href="http://fusesource.com/products/enterprise-camel/" rel="nofollow">FUSE Mediation Router</a> which is a distribution of Camel </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" hre
 f="http://fusesource.com/products/fuse-ide-camel/" rel="nofollow">Fuse IDE</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://fusesource.com/" rel="nofollow">FuseSource</a> provides developer tooling for Camel, ServiceMix, and ActiveMQ. Fuse IDE for Camel is a graphical, Eclipse-based tool for integrating software components that works with Apache Camel or Fuse Mediation Router. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://grails.org" rel="nofollow">Grails</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> The <a shape="rect" class="external-link" href="http://grails.org/plugin/camel" rel="nofollow">Grails Camel Plugin</a> provides integration of Camel into Grails </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://wiki.open-esb.java.net/Wiki.jsp?page=CamelSE" rel="nofollow">Ope
 n ESB Camel SE</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Provides a JBI Service Engine for <a shape="rect" class="external-link" href="https://open-esb.dev.java.net/" rel="nofollow">Open ESB</a>.  See the <a shape="rect" class="external-link" href="http://blogs.sun.com/polyblog/entry/camel_fuji" rel="nofollow">example using OpenESB and Fuji</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.subrecord.org/" rel="nofollow">SubRecord</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses Camel for routing and EDA processing </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://openehealth.org/display/ipf2/Home" rel="nofollow">Open eHealth Integration Platform</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> The Open eHealth Integration Platform (IPF) is an extension of the Apache Camel routing and mediation engi
 ne. It has an application programming layer based on the Groovy programming language and comes with comprehensive support for message processing and connecting systems in the eHealth domain. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.com/p/camel-soap/" rel="nofollow">Camel SOAP</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Zero code WSDL based SOAP Client component for Apache Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.opensplice.com/section-item.asp?id=964" rel="nofollow">PrismTech</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> PrismTech Simplifies Systems Integration &amp; SOA Connectivity with Release of Open Source OpenSplice DDS Connector for Apache Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://github.com/hy
 perthunk/axiom" rel="nofollow">Axiom</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Axiom is is a framework for testing integration scenarios and uses Apache Camel to interact with your integration stack. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.regionh.dk/English/English.htm" rel="nofollow">Capital Region of Denmark</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Chose to switch proprietary ESB to open source Apache Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://akkasource.org/" rel="nofollow">Akka</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Akka uses Apache Camel to implement additional messaging interfaces for <a shape="rect" class="external-link" href="http://doc.akkasource.org/actors" rel="nofollow">actors</a>. Any Camel <a shape="rect" class="external-link" href="http://camel.apach
 e.org/components.html">component</a> can be used to send and receive messages from Akka actors. For details refer to the documentation of the <a shape="rect" class="external-link" href="http://doc.akkasource.org/camel" rel="nofollow">akka-camel</a> extension module.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://github.com/dgreco/camel-msmq" rel="nofollow">camel-msmq</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel Microsoft MQ component. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://github.com/ticktock/camel-cassandra" rel="nofollow">camel-cassandra</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel Cassandra component. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://jboss.org/drools" rel="nofollow">JBoss Drools</a> </td><td colspan="1" rows
 pan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://blog.athico.com/2010/07/declarative-rest-services-for-drools.html" rel="nofollow">Drools</a> integrates with Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.jboss.org/jbossesb" rel="nofollow">JBoss ESB</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> JBoss ESB integrates with Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.com/p/simple-dm/" rel="nofollow">simple-dm</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Simple Dynamic Module System for Maven integrates with Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://wiki.jonas.ow2.org/xwiki/bin/view/Main/WebHome" rel="nofollow">JOnAS Application Server</a> </td><td colspan="1" rowspan="1" class
 ="confluenceTd"> JOnAS Application Server integrates with Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.neociclo.com/2010/09/apache-camel-now-has-oftp2-support/" rel="nofollow">camel-oftp2</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.neociclo.com/" rel="nofollow">Neociclo</a> provides an <a shape="rect" class="external-link" href="http://accord.ow2.org/odetteftp/protocol.html" rel="nofollow">OFTP2</a> component for Apache Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <del><a shape="rect" class="external-link" href="http://code.google.com/p/camel-jmx/" rel="nofollow">camel-jmx</a></del> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache Camel component for consuming JMX Notifications. Part of Apache Camel since 2.6 see <a shape="rect" href="jmx.html" title="JMX">JMX</a> </td></tr><tr><td colspa
 n="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://github.com/osinka/camel-beanstalk" rel="nofollow">camel-beanstalk</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache Camel component for beanstalk. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.com/p/active-bam/" rel="nofollow">Active BAM</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Web Console Business Activity Monitoring for ServiceMix, Camel and ActiveMQ. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.com/p/camel-sns/" rel="nofollow">camel-sns</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> The SNS component allows messages to be sent to or consumed from an Amazon Simple Notification Topic. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-
 link" href="http://code.google.com/p/camel-social/" rel="nofollow">camel-social</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> The Camel Social component is a PoC to poll social data in a uniform way from social networks. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <del><a shape="rect" class="external-link" href="http://code.google.com/p/camel-apns/" rel="nofollow">camel-apns</a></del> </td><td colspan="1" rowspan="1" class="confluenceTd"> Camel component for Apple Push Notification service. Part of Apache Camel since 2.8, see <a shape="rect" href="apns.html" title="APNS">APNS</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://incubator.apache.org/hise/">Apache Hise</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache Hise (Open Source Implementation of WS-Human-Task Specification) integrates with Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceT
 d"> <a shape="rect" class="external-link" href="http://www.catify.com/" rel="nofollow">Catify</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Catify is build on top of proven software stack like Spring, Apache ActiveMQ, Apache Camel, Apache Felix and MongoDB. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" class="external-link" href="http://touk.pl/toukeu/rw/pages/index.en.do" rel="nofollow">TouK</a></td><td colspan="1" rowspan="1" class="confluenceTd">We are using Apache ServiceMix (both 3.x and 4.x) with <a shape="rect" class="external-link" href="http://camel.apache.org/">Apache Camel</a>, <a shape="rect" class="external-link" href="http://ode.apache.org/">Apache ODE</a> and <a shape="rect" class="external-link" href="http://incubator.apache.org/hise/">Apache HISE</a> as a middleware integration platform, with the biggest deployment for <a shape="rect" class="external-link" href="http://www.playmobile.pl/" rel="nofollow">Play</a>,
  mobile telco operator in Poland </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/wheijke/camel-tika" rel="nofollow">camel-tika</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Camel data format for <a shape="rect" class="external-link" href="http://tika.apache.org/">Apache Tika</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/catify/camel-mongodb" rel="nofollow">camel-mongodb</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Camel idempotent consumer EIP using MongoDB. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://web.progress.com/en/sonic/sonic-esb.html" rel="nofollow">Progress Sonic ESB</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Progress Sonic ESB uses Camel internally to mediate Web Service messages (leveraging 
 CXF stack) and Sonic ESB messages </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/krasserm/scalaz-camel" rel="nofollow">scalaz-camel</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Scala(z)-based DSL for Apache Camel </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/obergner/camelpe" rel="nofollow">camel-camelpe</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A CDI Portable Extension for Apache Camel </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.kuali.org/ole" rel="nofollow">Kuali Ole</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Kuali OLE uses Apache Camel in their open source administrative software </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https:
 //github.com/gerco/camel-apama" rel="nofollow">camel-apama</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel component for <a shape="rect" class="external-link" href="http://web.progress.com/en/apama/index.html" rel="nofollow">Progress Apama</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.com/p/caerusone/" rel="nofollow">CaerusOne</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> CaerusOne is advanced application integration framework, sdk, server application server. It uses apache camel routing engine as part of core process engine. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/lshift/camel-rabbitmq" rel="nofollow">camel-rabbitmq</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A component for interfacing with the RabbitMQ AMQP broker </td></tr><tr><td colspan="1" rowspan="1" c
 lass="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/cdollins/camel-grizzly" rel="nofollow">camel-grizzly</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A component that works with the Glassfish Grizzly networking library </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.jboss.org/switchyard" rel="nofollow">JBoss SwitchYard</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> SwitchYard is a lightweight service delivery framework for SOA and its integrated with Camel out of the box. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/osinka/camel-scala-extra" rel="nofollow">camel-scala-extra</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Extra Apache Camel methods for Scala </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link"
  href="https://github.com/marcuspocus/play-camel" rel="nofollow">camel-play</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A EIP + Messaging module for the Play! Framework  </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://activiti.org/" rel="nofollow">Activiti</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://bpmn20inaction.blogspot.com/2011/05/supersize-activiti-with-mule-esb-and.html" rel="nofollow">Activiti BPM</a> has direct Apache Camel integration. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.blackbeltfactory.com/QuestionnaireDefDisplay.wwa?questPublicId=1703" rel="nofollow">Apache Camel exam at Black Belt</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Blackbelt has an exam covering Apache Camel </td></tr><tr><td colspan="1" rowspan="1" class="confl
 uenceTd"> <a shape="rect" class="external-link" href="http://easyforms-camel.forge.onehippo.org/" rel="nofollow">EasyForms Camel Support</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> The EasyForms Camel Support Components provides extended HST EasyForms Components which can invoke Apache Camel Routes. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://groups.google.com/group/camel-user-group-denmark" rel="nofollow">Apache Camel User Group Denmark</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A danish user group for Apache Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://groups.google.com/group/apache-camel-user-group-tunisia" rel="nofollow">Apache Camel User Group Tunisia</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A tunisian user group for Apache Camel. </td></tr><tr><td colspan="1" rowspan="1" cla
 ss="confluenceTd"> <a shape="rect" class="external-link" href="http://www.linkedin.com/groups?gid=2447439&amp;trk=hb_side_g" rel="nofollow">Linkedin Apache Camel Group</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> The Apache Camel group in linkedin. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.com/p/oracle-coherence-camel-component/" rel="nofollow">Oracle Coherence Camel Component</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel component for integrating with Oracle Coherence </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/soluvas/tumblej" rel="nofollow">camel-tumblr</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel component to post to Tumblr. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://code.google.
 com/p/camel-cmis/" rel="nofollow">camel-cmis</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel component to integrate with CMIS compliant content repository (for example, Alfresco, SharePoint, OpenText). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://github.com/Bluelock/camel-spring-amqp" rel="nofollow">camel-spring-amqp</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel component to integrate with Spring AMQP to communicate with for example RabbitMQ. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="https://bitbucket.org/arkadi/camel-sipe" rel="nofollow">camel-sipe</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A Camel component to communicate with Microsoft Office Communicator and Lync Servers. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="htt
 p://code.google.com/p/rmannibucau/wiki/CamelDiagramGenerator" rel="nofollow">CamelDiagramGenerator</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> A maven plugin to generate camel diagram from routes. </td></tr></tbody></table>
 </div>
 
 
-
 </div>
         </td>
         <td valign="top">