Author: buildbot Date: Sat Nov 2 19:19:32 2013 New Revision: 885224 Log: Production update by buildbot for camel
Removed: websites/production/camel/content/activemq-journal.html 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/component-list-grouped.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 Sat Nov 2 19:19:32 2013 @@ -894,12 +894,7 @@ activemq:[queue|topic:]destinationName <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 -]]></script> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses ActiveMQ's fast disk journaling implementation to store message bodies in a rolling log file </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel +</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" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ activiti:camelProcess:serviceTask 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 Sat Nov 2 19:19:32 2013 @@ -1308,12 +1308,7 @@ activemq:[queue|topic:]destinationName <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 -]]></script> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses ActiveMQ's fast disk journaling implementation to store message bodies in a rolling log file </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel +</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" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ activiti:camelProcess:serviceTask @@ -21876,50 +21871,7 @@ droppable = false} <h3><a shape="rect" name="BookInOnePage-SeeAlso"></a>See Also</h3> <ul><li><a shape="rect" href="configuring-camel.html" title="Configuring Camel">Configuring Camel</a></li><li><a shape="rect" href="component.html" title="Component">Component</a></li><li><a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a></li><li><a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a></li></ul> -<h2><a shape="rect" name="BookInOnePage-ActiveMQJournalComponent"></a>ActiveMQ Journal Component</h2> - -<p>The ActiveMQ Journal Component allows messages to be stored in a rolling log file and then consumed from that log file. The journal aggregates and batches up concurrent writes so that the overhead of writing and waiting for the disk sync is relatively constant regardless of how many concurrent writes are being done. Therefore, this component supports and encourages you to use multiple concurrent producers to the same journal endpoint.</p> - -<p>Each journal endpoint uses a different log file and therefore write batching (and the associated performance boost) does not occur between multiple endpoints.</p> - -<p>This component only supports one active consumer on the endpoint. After the message is processed by the consumer's processor, the log file is marked and only subsequent messages in the log file will get delivered to consumers.</p> - - -<h3><a shape="rect" name="BookInOnePage-URIformat"></a>URI format</h3> - -<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> -<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[ -activemq.journal:directoryName[?options] -]]></script> -</div></div> - -<p>So for example, to send to the journal located in the <tt>/tmp/data</tt> directory you would use the following URI:</p> - -<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> -<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[ -activemq.journal:/tmp/data -]]></script> -</div></div> - -<h3><a shape="rect" name="BookInOnePage-Options"></a>Options</h3> -<div class="confluenceTableSmall"><div class="table-wrap"> -<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>syncConsume</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If set to <tt>true</tt>, when the journal is marked after a message is consumed, wait till the Operating System has verified the mark update is safely stored on disk. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>syncProduce</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If set to <tt>true</tt>, wait till the Operating System has verified the message is safely stored on disk. </td></tr></tbody></table> -</div> -</div> - -<p>You can append query options to the URI in the following format, <tt>?option=value&option=value&...</tt></p> - -<h3><a shape="rect" name="BookInOnePage-ExpectedExchangeDataTypes"></a>Expected Exchange Data Types</h3> - -<p>The consumer of a Journal endpoint generates <a shape="rect" class="external-link" href="http://activemq.apache.org/camel/maven/camel-core/apidocs/org/apache/camel/impl/DefaultExchange.html">DefaultExchange</a> objects with the <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Exchange.html#getIn()">in message</a> :</p> -<ul><li><a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Message.html#getHeader(java.lang.String)">header</a> "journal" : set to the endpoint uri of the journal the message came from</li><li><a shape="rect" class="external-link" href="http://camel.apache.org/maven/current//camel-core/apidocs/org/apache/camel/Message.html#getHeader(java.lang.String)">header</a> "location" : set to a <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/kaha/impl/async/Location.html">Location</a> which identifies where the recored was stored on disk</li><li><a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Message.html#getBody()">body</a> : set to <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/util/ByteSequence.html">ByteSequence</a > which contains the byte array data of the stored message</li></ul> - - -<p>The producer to a Journal endpoint expects an <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Exchange.html">Exchange</a> with an In message where the body can be converted to a <a shape="rect" class="external-link" href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/util/ByteSequence.html">ByteSequence</a> or a byte[].</p> - -<h3><a shape="rect" name="BookInOnePage-SeeAlso"></a>See Also</h3> -<ul><li><a shape="rect" href="configuring-camel.html" title="Configuring Camel">Configuring Camel</a></li><li><a shape="rect" href="component.html" title="Component">Component</a></li><li><a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a></li><li><a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a></li></ul> - +<div class="error"><span class="error">Unable to render {include}</span> Couldn't find a page to include called: ActiveMQ Journal</div> <h2><a shape="rect" name="BookInOnePage-AMQP"></a>AMQP</h2> 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 Sat Nov 2 19:19:32 2013 @@ -96,12 +96,7 @@ activemq:[queue|topic:]destinationName <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 -]]></script> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses ActiveMQ's fast disk journaling implementation to store message bodies in a rolling log file </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel +</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" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ activiti:camelProcess:serviceTask Modified: websites/production/camel/content/component-list-grouped.html ============================================================================== --- websites/production/camel/content/component-list-grouped.html (original) +++ websites/production/camel/content/component-list-grouped.html Sat Nov 2 19:19:32 2013 @@ -465,12 +465,7 @@ servlet:relativePath[?<options>] <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[ activemq:[topic:]destinationName ]]></script> -</div></div> </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 class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> -<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[ -activemq.journal:filesystemDirectory -]]></script> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses ActiveMQ's fast disk journaling implementation to store message bodies in a rolling log file. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="jms.html" title="JMS">JMS</a> / camel-jms +</div></div> </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="jms.html" title="JMS">JMS</a> / camel-jms <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[ jms:[queue:|topic:]destinationName[?<options>] Modified: websites/production/camel/content/components.html ============================================================================== --- websites/production/camel/content/components.html (original) +++ websites/production/camel/content/components.html Sat Nov 2 19:19:32 2013 @@ -869,12 +869,7 @@ activemq:[queue|topic:]destinationName <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 -]]></script> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses ActiveMQ's fast disk journaling implementation to store message bodies in a rolling log file </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel +</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" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ activiti:camelProcess:serviceTask Modified: websites/production/camel/content/transport.html ============================================================================== --- websites/production/camel/content/transport.html (original) +++ websites/production/camel/content/transport.html Sat Nov 2 19:19:32 2013 @@ -873,12 +873,7 @@ activemq:[queue|topic:]destinationName <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 -]]></script> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses ActiveMQ's fast disk journaling implementation to store message bodies in a rolling log file </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel +</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" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ activiti:camelProcess:serviceTask Modified: websites/production/camel/content/uris.html ============================================================================== --- websites/production/camel/content/uris.html (original) +++ websites/production/camel/content/uris.html Sat Nov 2 19:19:32 2013 @@ -872,12 +872,7 @@ activemq:[queue|topic:]destinationName <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 -]]></script> -</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Apache </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses ActiveMQ's fast disk journaling implementation to store message bodies in a rolling log file </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel +</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" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ activiti:camelProcess:serviceTask