Author: buildbot Date: Thu May 16 06:22:28 2013 New Revision: 862139 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/book-component-appendix.html websites/production/camel/content/book-in-one-page.html websites/production/camel/content/cache/main.pageCache websites/production/camel/content/stream.html Modified: websites/production/camel/content/book-component-appendix.html ============================================================================== --- websites/production/camel/content/book-component-appendix.html (original) +++ websites/production/camel/content/book-component-appendix.html Thu May 16 06:22:28 2013 @@ -16605,7 +16605,7 @@ stream:url[?options] <h3><a shape="rect" name="BookComponentAppendix-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>delay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Initial delay in milliseconds before consuming or producing the stream. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>encoding</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <em>JVM Default</em> </td><td colspan="1" rowspan="1" class="confluenceTd"> You can configure the encoding (is a <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/nio/charset/Charset.html" rel="nofollow">charset name</a>) to use text-based streams (for example, message body is a <tt>String</tt> object). If not provided, Camel uses the <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/nio/charset/Charset.html#defaultCharset()" rel="nofollow">JVM default Charset</a>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>promptMessage</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Message prompt to use when reading from <tt>stream:in</tt>; for example, you could set this to <tt>Enter a command:</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>promptDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Optional delay in milliseconds before showing the message prompt. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>initialPromptDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>2000</tt> </td><td colspan="1" r owspan="1" class="confluenceTd"> Initial delay in milliseconds before showing the message prompt. This delay occurs only once. Can be used during system startup to avoid message prompts being written while other logging is done to the system out. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>fileName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> When using the <tt>stream:file</tt> URI format, this option specifies the filename to stream to/from. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>url</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> When using the <tt>stream:url</tt> URI format, this option specifies the URL to stream to/from. The input/output stream will be opened using the <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/jav a/net/URLConnection.html" rel="nofollow">JDK URLConnection</a> facility. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>scanStream</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> To be used for continuously reading a stream such as the unix <tt>tail</tt> command. <br clear="none"> - <b>Camel 2.4 to Camel 2.6:</b> will retry opening the file if it is overwritten, somewhat like <tt>tail --retry</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>retry</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.7:</b> will retry opening the file if it's overwritten, somewhat like <tt>tail --retry</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>scanStreamDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Delay in milliseconds between read attempts when using <tt>scanStream</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>groupLines</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.5:</b> To group X number of line s in the consumer. For example to group 10 lines and therefore only spit out an <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> with 10 lines, instead of 1 <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> per line. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>autoCloseCount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10.0:</b> (2.9.3 and 2.8.6) Number of messages to process before closing stream on Producer side. Never close stream by default (only when Producer is stopped). If more messages are sent, the stream is reopened for another <tt>autoCloseCount</tt> batch. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>closeOnDone</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11.0:</b> If it is true and stream is base d on file, the producer will close the stream once it saw the flag of split complit. </td></tr></tbody></table> + <b>Camel 2.4 to Camel 2.6:</b> will retry opening the file if it is overwritten, somewhat like <tt>tail --retry</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>retry</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.7:</b> will retry opening the file if it's overwritten, somewhat like <tt>tail --retry</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>scanStreamDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Delay in milliseconds between read attempts when using <tt>scanStream</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>groupLines</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.5:</b> To group X number of line s in the consumer. For example to group 10 lines and therefore only spit out an <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> with 10 lines, instead of 1 <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> per line. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>autoCloseCount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10.0:</b> (2.9.3 and 2.8.6) Number of messages to process before closing stream on Producer side. Never close stream by default (only when Producer is stopped). If more messages are sent, the stream is reopened for another <tt>autoCloseCount</tt> batch. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>closeOnDone</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11.0:</b> This option is used in combinati on with <a shape="rect" href="splitter.html" title="Splitter">Splitter</a> and streaming to the same file. The idea is to keep the stream open and only close when the <a shape="rect" href="splitter.html" title="Splitter">Splitter</a> is done, to improve performance. Mind this requires that you only stream to the same file, and not 2 or more files. </td></tr></tbody></table> </div> </div> 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 Thu May 16 06:22:28 2013 @@ -37620,7 +37620,7 @@ stream:url[?options] <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>delay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Initial delay in milliseconds before consuming or producing the stream. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>encoding</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <em>JVM Default</em> </td><td colspan="1" rowspan="1" class="confluenceTd"> You can configure the encoding (is a <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/nio/charset/Charset.html" rel="nofollow">charset name</a>) to use text-based streams (for example, message body is a <tt>String</tt> object). If not provided, Camel uses the <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/nio/charset/Charset.html#defaultCharset()" rel="nofollow">JVM default Charset</a>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>promptMessage</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Message prompt to use when reading from <tt>stream:in</tt>; for example, you could set this to <tt>Enter a command:</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>promptDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Optional delay in milliseconds before showing the message prompt. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>initialPromptDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>2000</tt> </td><td colspan="1" r owspan="1" class="confluenceTd"> Initial delay in milliseconds before showing the message prompt. This delay occurs only once. Can be used during system startup to avoid message prompts being written while other logging is done to the system out. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>fileName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> When using the <tt>stream:file</tt> URI format, this option specifies the filename to stream to/from. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>url</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> When using the <tt>stream:url</tt> URI format, this option specifies the URL to stream to/from. The input/output stream will be opened using the <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/jav a/net/URLConnection.html" rel="nofollow">JDK URLConnection</a> facility. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>scanStream</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> To be used for continuously reading a stream such as the unix <tt>tail</tt> command. <br clear="none"> - <b>Camel 2.4 to Camel 2.6:</b> will retry opening the file if it is overwritten, somewhat like <tt>tail --retry</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>retry</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.7:</b> will retry opening the file if it's overwritten, somewhat like <tt>tail --retry</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>scanStreamDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Delay in milliseconds between read attempts when using <tt>scanStream</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>groupLines</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.5:</b> To group X number of line s in the consumer. For example to group 10 lines and therefore only spit out an <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> with 10 lines, instead of 1 <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> per line. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>autoCloseCount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10.0:</b> (2.9.3 and 2.8.6) Number of messages to process before closing stream on Producer side. Never close stream by default (only when Producer is stopped). If more messages are sent, the stream is reopened for another <tt>autoCloseCount</tt> batch. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>closeOnDone</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11.0:</b> If it is true and stream is base d on file, the producer will close the stream once it saw the flag of split complit. </td></tr></tbody></table> + <b>Camel 2.4 to Camel 2.6:</b> will retry opening the file if it is overwritten, somewhat like <tt>tail --retry</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>retry</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.7:</b> will retry opening the file if it's overwritten, somewhat like <tt>tail --retry</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>scanStreamDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Delay in milliseconds between read attempts when using <tt>scanStream</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>groupLines</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.5:</b> To group X number of line s in the consumer. For example to group 10 lines and therefore only spit out an <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> with 10 lines, instead of 1 <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> per line. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>autoCloseCount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10.0:</b> (2.9.3 and 2.8.6) Number of messages to process before closing stream on Producer side. Never close stream by default (only when Producer is stopped). If more messages are sent, the stream is reopened for another <tt>autoCloseCount</tt> batch. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>closeOnDone</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11.0:</b> This option is used in combinati on with <a shape="rect" href="splitter.html" title="Splitter">Splitter</a> and streaming to the same file. The idea is to keep the stream open and only close when the <a shape="rect" href="splitter.html" title="Splitter">Splitter</a> is done, to improve performance. Mind this requires that you only stream to the same file, and not 2 or more files. </td></tr></tbody></table> </div> </div> Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/stream.html ============================================================================== --- websites/production/camel/content/stream.html (original) +++ websites/production/camel/content/stream.html Thu May 16 06:22:28 2013 @@ -119,7 +119,7 @@ stream:url[?options] <h3><a shape="rect" name="Stream-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>delay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Initial delay in milliseconds before consuming or producing the stream. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>encoding</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <em>JVM Default</em> </td><td colspan="1" rowspan="1" class="confluenceTd"> You can configure the encoding (is a <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/nio/charset/Charset.html" rel="nofollow">charset name</a>) to use text-based streams (for example, message body is a <tt>String</tt> object). If not provided, Camel uses the <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/nio/charset/Charset.html#defaultCharset()" rel="nofollow">JVM default Charset</a>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>promptMessage</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Message prompt to use when reading from <tt>stream:in</tt>; for example, you could set this to <tt>Enter a command:</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>promptDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Optional delay in milliseconds before showing the message prompt. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>initialPromptDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>2000</tt> </td><td colspan="1" r owspan="1" class="confluenceTd"> Initial delay in milliseconds before showing the message prompt. This delay occurs only once. Can be used during system startup to avoid message prompts being written while other logging is done to the system out. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>fileName</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> When using the <tt>stream:file</tt> URI format, this option specifies the filename to stream to/from. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>url</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> When using the <tt>stream:url</tt> URI format, this option specifies the URL to stream to/from. The input/output stream will be opened using the <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/jav a/net/URLConnection.html" rel="nofollow">JDK URLConnection</a> facility. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>scanStream</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> To be used for continuously reading a stream such as the unix <tt>tail</tt> command. <br clear="none"> - <b>Camel 2.4 to Camel 2.6:</b> will retry opening the file if it is overwritten, somewhat like <tt>tail --retry</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>retry</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.7:</b> will retry opening the file if it's overwritten, somewhat like <tt>tail --retry</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>scanStreamDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Delay in milliseconds between read attempts when using <tt>scanStream</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>groupLines</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.5:</b> To group X number of line s in the consumer. For example to group 10 lines and therefore only spit out an <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> with 10 lines, instead of 1 <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> per line. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>autoCloseCount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10.0:</b> (2.9.3 and 2.8.6) Number of messages to process before closing stream on Producer side. Never close stream by default (only when Producer is stopped). If more messages are sent, the stream is reopened for another <tt>autoCloseCount</tt> batch. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>closeOnDone</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11.0:</b> If it is true and stream is base d on file, the producer will close the stream once it saw the flag of split complit. </td></tr></tbody></table> + <b>Camel 2.4 to Camel 2.6:</b> will retry opening the file if it is overwritten, somewhat like <tt>tail --retry</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>retry</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.7:</b> will retry opening the file if it's overwritten, somewhat like <tt>tail --retry</tt> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>scanStreamDelay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Delay in milliseconds between read attempts when using <tt>scanStream</tt>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>groupLines</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.5:</b> To group X number of line s in the consumer. For example to group 10 lines and therefore only spit out an <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> with 10 lines, instead of 1 <a shape="rect" href="exchange.html" title="Exchange">Exchange</a> per line. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>autoCloseCount</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.10.0:</b> (2.9.3 and 2.8.6) Number of messages to process before closing stream on Producer side. Never close stream by default (only when Producer is stopped). If more messages are sent, the stream is reopened for another <tt>autoCloseCount</tt> batch. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>closeOnDone</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11.0:</b> This option is used in combinati on with <a shape="rect" href="splitter.html" title="Splitter">Splitter</a> and streaming to the same file. The idea is to keep the stream open and only close when the <a shape="rect" href="splitter.html" title="Splitter">Splitter</a> is done, to improve performance. Mind this requires that you only stream to the same file, and not 2 or more files. </td></tr></tbody></table> </div> </div>