Author: buildbot Date: Wed Oct 30 18:20:47 2013 New Revision: 884833 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/book-architecture.html websites/production/camel/content/book-in-one-page.html websites/production/camel/content/cache/main.pageCache websites/production/camel/content/component-list-external.html websites/production/camel/content/components.html websites/production/camel/content/transport.html websites/production/camel/content/uris.html Modified: websites/production/camel/content/book-architecture.html ============================================================================== --- websites/production/camel/content/book-architecture.html (original) +++ websites/production/camel/content/book-architecture.html Wed Oct 30 18:20:47 2013 @@ -887,9 +887,14 @@ zookeeper://zookeeperServer[:port][/path <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> License </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> / activemq-camel <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ -activemq:[topic:]destinationName +activemq:[queue|topic:]destinationName ]]></script> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For JMS Messaging with <a shape="rect" class="external-link" href="http://activemq.apache.org/" title="The most popular and powerful open source message broker">Apache ActiveMQ</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq-journal.html" title="ActiveMQ Journal">ActiveMQ Journal</a> / activemq-core +</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For JMS Messaging with <a shape="rect" class="external-link" href="http://activemq.apache.org/" title="The most popular and powerful open source message broker">Apache ActiveMQ</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://activemq.apache.org/broker-camel-component.html">ActiveMQ Broker</a> / activemq-camel +<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> +<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ +broker:[queue|topic:]destinationName +]]></script> +</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For internal message routing in the <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> broker using Camel.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq-journal.html" title="ActiveMQ Journal">ActiveMQ Journal</a> / activemq-core <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ activemq.journal:directory-on-filesystem Modified: websites/production/camel/content/book-in-one-page.html ============================================================================== --- websites/production/camel/content/book-in-one-page.html (original) +++ websites/production/camel/content/book-in-one-page.html Wed Oct 30 18:20:47 2013 @@ -1301,9 +1301,14 @@ zookeeper://zookeeperServer[:port][/path <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> License </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> / activemq-camel <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ -activemq:[topic:]destinationName +activemq:[queue|topic:]destinationName ]]></script> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For JMS Messaging with <a shape="rect" class="external-link" href="http://activemq.apache.org/" title="The most popular and powerful open source message broker">Apache ActiveMQ</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq-journal.html" title="ActiveMQ Journal">ActiveMQ Journal</a> / activemq-core +</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For JMS Messaging with <a shape="rect" class="external-link" href="http://activemq.apache.org/" title="The most popular and powerful open source message broker">Apache ActiveMQ</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://activemq.apache.org/broker-camel-component.html">ActiveMQ Broker</a> / activemq-camel +<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> +<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ +broker:[queue|topic:]destinationName +]]></script> +</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For internal message routing in the <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> broker using Camel.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq-journal.html" title="ActiveMQ Journal">ActiveMQ Journal</a> / activemq-core <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ activemq.journal:directory-on-filesystem Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/component-list-external.html ============================================================================== --- websites/production/camel/content/component-list-external.html (original) +++ websites/production/camel/content/component-list-external.html Wed Oct 30 18:20:47 2013 @@ -89,9 +89,14 @@ <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> License </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> / activemq-camel <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ -activemq:[topic:]destinationName +activemq:[queue|topic:]destinationName ]]></script> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For JMS Messaging with <a shape="rect" class="external-link" href="http://activemq.apache.org/" title="The most popular and powerful open source message broker">Apache ActiveMQ</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq-journal.html" title="ActiveMQ Journal">ActiveMQ Journal</a> / activemq-core +</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For JMS Messaging with <a shape="rect" class="external-link" href="http://activemq.apache.org/" title="The most popular and powerful open source message broker">Apache ActiveMQ</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://activemq.apache.org/broker-camel-component.html">ActiveMQ Broker</a> / activemq-camel +<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> +<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ +broker:[queue|topic:]destinationName +]]></script> +</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For internal message routing in the <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> broker using Camel.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq-journal.html" title="ActiveMQ Journal">ActiveMQ Journal</a> / activemq-core <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ activemq.journal:directory-on-filesystem Modified: websites/production/camel/content/components.html ============================================================================== --- websites/production/camel/content/components.html (original) +++ websites/production/camel/content/components.html Wed Oct 30 18:20:47 2013 @@ -862,9 +862,14 @@ zookeeper://zookeeperServer[:port][/path <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> License </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> / activemq-camel <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ -activemq:[topic:]destinationName +activemq:[queue|topic:]destinationName ]]></script> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For JMS Messaging with <a shape="rect" class="external-link" href="http://activemq.apache.org/" title="The most popular and powerful open source message broker">Apache ActiveMQ</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq-journal.html" title="ActiveMQ Journal">ActiveMQ Journal</a> / activemq-core +</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For JMS Messaging with <a shape="rect" class="external-link" href="http://activemq.apache.org/" title="The most popular and powerful open source message broker">Apache ActiveMQ</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://activemq.apache.org/broker-camel-component.html">ActiveMQ Broker</a> / activemq-camel +<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> +<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ +broker:[queue|topic:]destinationName +]]></script> +</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For internal message routing in the <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> broker using Camel.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq-journal.html" title="ActiveMQ Journal">ActiveMQ Journal</a> / activemq-core <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ activemq.journal:directory-on-filesystem Modified: websites/production/camel/content/transport.html ============================================================================== --- websites/production/camel/content/transport.html (original) +++ websites/production/camel/content/transport.html Wed Oct 30 18:20:47 2013 @@ -866,9 +866,14 @@ zookeeper://zookeeperServer[:port][/path <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> License </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> / activemq-camel <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ -activemq:[topic:]destinationName +activemq:[queue|topic:]destinationName ]]></script> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For JMS Messaging with <a shape="rect" class="external-link" href="http://activemq.apache.org/" title="The most popular and powerful open source message broker">Apache ActiveMQ</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq-journal.html" title="ActiveMQ Journal">ActiveMQ Journal</a> / activemq-core +</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For JMS Messaging with <a shape="rect" class="external-link" href="http://activemq.apache.org/" title="The most popular and powerful open source message broker">Apache ActiveMQ</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://activemq.apache.org/broker-camel-component.html">ActiveMQ Broker</a> / activemq-camel +<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> +<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ +broker:[queue|topic:]destinationName +]]></script> +</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For internal message routing in the <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> broker using Camel.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq-journal.html" title="ActiveMQ Journal">ActiveMQ Journal</a> / activemq-core <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ activemq.journal:directory-on-filesystem Modified: websites/production/camel/content/uris.html ============================================================================== --- websites/production/camel/content/uris.html (original) +++ websites/production/camel/content/uris.html Wed Oct 30 18:20:47 2013 @@ -865,9 +865,14 @@ zookeeper://zookeeperServer[:port][/path <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> License </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> / activemq-camel <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ -activemq:[topic:]destinationName +activemq:[queue|topic:]destinationName ]]></script> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For JMS Messaging with <a shape="rect" class="external-link" href="http://activemq.apache.org/" title="The most popular and powerful open source message broker">Apache ActiveMQ</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq-journal.html" title="ActiveMQ Journal">ActiveMQ Journal</a> / activemq-core +</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For JMS Messaging with <a shape="rect" class="external-link" href="http://activemq.apache.org/" title="The most popular and powerful open source message broker">Apache ActiveMQ</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://activemq.apache.org/broker-camel-component.html">ActiveMQ Broker</a> / activemq-camel +<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> +<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ +broker:[queue|topic:]destinationName +]]></script> +</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> For internal message routing in the <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> broker using Camel.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="activemq-journal.html" title="ActiveMQ Journal">ActiveMQ Journal</a> / activemq-core <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ activemq.journal:directory-on-filesystem