Author: buildbot
Date: Thu Jul 19 20:19:41 2012
New Revision: 826374
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/book-in-one-page.html
websites/production/camel/content/book-pattern-appendix.html
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/polling-consumer.html
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 Jul 19 20:19:41
2012
@@ -19234,7 +19234,7 @@ from(<span class="code-quote">"activemq:
<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"> <tt>pollStrategy</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"><ul class="alternate" type="square"><li></li></ul>
-</td><td colspan="1" rowspan="1" class="confluenceTd"> A pluggable
<tt>org.apache.camel.PollingConsumerPollStrategy</tt> allowing you to provide
your custom implementation to control error handling usually occurred during
the <tt>poll</tt> operation <b>before</b> an <a shape="rect"
href="exchange.html" title="Exchange">Exchange</a> have been created and being
routed in Camel. In other words the error occurred while the polling was
gathering information, for instance access to a file network failed so Camel
cannot access it to scan for files. The default implementation will log the
caused exception at <tt>WARN</tt> level and ignore it. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>sendEmptyMessageWhenIdle</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9:</b> If the polling
consumer did not poll any files, you can enable this option to send an empty
message (no b
ody) instead. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>startScheduler</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>true</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Whether
the scheduler should be auto started. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>initialDelay</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>1000</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Milliseconds before the first poll starts.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>delay</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>500</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> Milliseconds before the next
poll. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>useFixedDelay</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Controls if fixed delay o
r fixed rate is used. See <a shape="rect" class="external-link"
href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ScheduledExecutorService.html"
rel="nofollow">ScheduledExecutorService</a> in JDK for details. In <b>Camel
2.7.x</b> or older the default value is <tt>false</tt>. From <b>Camel 2.8</b>
onwards the default value is <tt>true</tt>. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> timeUnit </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>TimeUnit.MILLISECONDS</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> time unit for <tt>initialDelay</tt> and
<tt>delay</tt> options. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>runLoggingLevel</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>TRACE</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.8:</b> The consumer logs a start/complete log
line when it polls. This option allows you to configure the logging level for th
at. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>scheduledExecutorService</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.10:</b> Allows to configure a custom/shared
thread pool to use for the consumer. By default each consumer has its own
single threaded thread pool. This option allows you to share a thread pool
among multiple consumers. </td></tr></tbody></table>
+</td><td colspan="1" rowspan="1" class="confluenceTd"> A pluggable
<tt>org.apache.camel.PollingConsumerPollStrategy</tt> allowing you to provide
your custom implementation to control error handling usually occurred during
the <tt>poll</tt> operation <b>before</b> an <a shape="rect"
href="exchange.html" title="Exchange">Exchange</a> have been created and being
routed in Camel. In other words the error occurred while the polling was
gathering information, for instance access to a file network failed so Camel
cannot access it to scan for files. The default implementation will log the
caused exception at <tt>WARN</tt> level and ignore it. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>sendEmptyMessageWhenIdle</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9:</b> If the polling
consumer did not poll any files, you can enable this option to send an empty
message (no b
ody) instead. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>startScheduler</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>true</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Whether
the scheduler should be auto started. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>initialDelay</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>1000</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Milliseconds before the first poll starts.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>delay</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>500</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> Milliseconds before the next
poll. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>useFixedDelay</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Controls if fixed delay o
r fixed rate is used. See <a shape="rect" class="external-link"
href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ScheduledExecutorService.html"
rel="nofollow">ScheduledExecutorService</a> in JDK for details. In <b>Camel
2.7.x</b> or older the default value is <tt>false</tt>. From <b>Camel 2.8</b>
onwards the default value is <tt>true</tt>. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> timeUnit </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>TimeUnit.MILLISECONDS</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> time unit for <tt>initialDelay</tt> and
<tt>delay</tt> options. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>runLoggingLevel</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>TRACE</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.8:</b> The consumer logs a start/complete log
line when it polls. This option allows you to configure the logging level for th
at. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>scheduledExecutorService</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.10:</b> Allows for configuring a custom/shared
thread pool to use for the consumer. By default each consumer has its own
single threaded thread pool. This option allows you to share a thread pool
among multiple consumers. </td></tr></tbody></table>
</div>
</div>
Modified: websites/production/camel/content/book-pattern-appendix.html
==============================================================================
--- websites/production/camel/content/book-pattern-appendix.html (original)
+++ websites/production/camel/content/book-pattern-appendix.html Thu Jul 19
20:19:41 2012
@@ -4970,7 +4970,7 @@ from(<span class="code-quote">"activemq:
<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"> <tt>pollStrategy</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"><ul class="alternate" type="square"><li></li></ul>
-</td><td colspan="1" rowspan="1" class="confluenceTd"> A pluggable
<tt>org.apache.camel.PollingConsumerPollStrategy</tt> allowing you to provide
your custom implementation to control error handling usually occurred during
the <tt>poll</tt> operation <b>before</b> an <a shape="rect"
href="exchange.html" title="Exchange">Exchange</a> have been created and being
routed in Camel. In other words the error occurred while the polling was
gathering information, for instance access to a file network failed so Camel
cannot access it to scan for files. The default implementation will log the
caused exception at <tt>WARN</tt> level and ignore it. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>sendEmptyMessageWhenIdle</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9:</b> If the polling
consumer did not poll any files, you can enable this option to send an empty
message (no b
ody) instead. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>startScheduler</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>true</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Whether
the scheduler should be auto started. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>initialDelay</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>1000</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Milliseconds before the first poll starts.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>delay</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>500</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> Milliseconds before the next
poll. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>useFixedDelay</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Controls if fixed delay o
r fixed rate is used. See <a shape="rect" class="external-link"
href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ScheduledExecutorService.html"
rel="nofollow">ScheduledExecutorService</a> in JDK for details. In <b>Camel
2.7.x</b> or older the default value is <tt>false</tt>. From <b>Camel 2.8</b>
onwards the default value is <tt>true</tt>. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> timeUnit </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>TimeUnit.MILLISECONDS</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> time unit for <tt>initialDelay</tt> and
<tt>delay</tt> options. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>runLoggingLevel</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>TRACE</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.8:</b> The consumer logs a start/complete log
line when it polls. This option allows you to configure the logging level for th
at. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>scheduledExecutorService</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.10:</b> Allows to configure a custom/shared
thread pool to use for the consumer. By default each consumer has its own
single threaded thread pool. This option allows you to share a thread pool
among multiple consumers. </td></tr></tbody></table>
+</td><td colspan="1" rowspan="1" class="confluenceTd"> A pluggable
<tt>org.apache.camel.PollingConsumerPollStrategy</tt> allowing you to provide
your custom implementation to control error handling usually occurred during
the <tt>poll</tt> operation <b>before</b> an <a shape="rect"
href="exchange.html" title="Exchange">Exchange</a> have been created and being
routed in Camel. In other words the error occurred while the polling was
gathering information, for instance access to a file network failed so Camel
cannot access it to scan for files. The default implementation will log the
caused exception at <tt>WARN</tt> level and ignore it. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>sendEmptyMessageWhenIdle</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9:</b> If the polling
consumer did not poll any files, you can enable this option to send an empty
message (no b
ody) instead. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>startScheduler</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>true</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Whether
the scheduler should be auto started. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>initialDelay</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>1000</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Milliseconds before the first poll starts.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>delay</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>500</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> Milliseconds before the next
poll. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>useFixedDelay</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Controls if fixed delay o
r fixed rate is used. See <a shape="rect" class="external-link"
href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ScheduledExecutorService.html"
rel="nofollow">ScheduledExecutorService</a> in JDK for details. In <b>Camel
2.7.x</b> or older the default value is <tt>false</tt>. From <b>Camel 2.8</b>
onwards the default value is <tt>true</tt>. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> timeUnit </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>TimeUnit.MILLISECONDS</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> time unit for <tt>initialDelay</tt> and
<tt>delay</tt> options. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>runLoggingLevel</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>TRACE</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.8:</b> The consumer logs a start/complete log
line when it polls. This option allows you to configure the logging level for th
at. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>scheduledExecutorService</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.10:</b> Allows for configuring a custom/shared
thread pool to use for the consumer. By default each consumer has its own
single threaded thread pool. This option allows you to share a thread pool
among multiple consumers. </td></tr></tbody></table>
</div>
</div>
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/polling-consumer.html
==============================================================================
--- websites/production/camel/content/polling-consumer.html (original)
+++ websites/production/camel/content/polling-consumer.html Thu Jul 19 20:19:41
2012
@@ -257,7 +257,7 @@ from(<span class="code-quote">"activemq:
<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"> <tt>pollStrategy</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"><ul class="alternate" type="square"><li></li></ul>
-</td><td colspan="1" rowspan="1" class="confluenceTd"> A pluggable
<tt>org.apache.camel.PollingConsumerPollStrategy</tt> allowing you to provide
your custom implementation to control error handling usually occurred during
the <tt>poll</tt> operation <b>before</b> an <a shape="rect"
href="exchange.html" title="Exchange">Exchange</a> have been created and being
routed in Camel. In other words the error occurred while the polling was
gathering information, for instance access to a file network failed so Camel
cannot access it to scan for files. The default implementation will log the
caused exception at <tt>WARN</tt> level and ignore it. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>sendEmptyMessageWhenIdle</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9:</b> If the polling
consumer did not poll any files, you can enable this option to send an empty
message (no b
ody) instead. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>startScheduler</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>true</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Whether
the scheduler should be auto started. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>initialDelay</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>1000</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Milliseconds before the first poll starts.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>delay</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>500</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> Milliseconds before the next
poll. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>useFixedDelay</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Controls if fixed delay o
r fixed rate is used. See <a shape="rect" class="external-link"
href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ScheduledExecutorService.html"
rel="nofollow">ScheduledExecutorService</a> in JDK for details. In <b>Camel
2.7.x</b> or older the default value is <tt>false</tt>. From <b>Camel 2.8</b>
onwards the default value is <tt>true</tt>. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> timeUnit </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>TimeUnit.MILLISECONDS</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> time unit for <tt>initialDelay</tt> and
<tt>delay</tt> options. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>runLoggingLevel</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>TRACE</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.8:</b> The consumer logs a start/complete log
line when it polls. This option allows you to configure the logging level for th
at. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>scheduledExecutorService</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.10:</b> Allows to configure a custom/shared
thread pool to use for the consumer. By default each consumer has its own
single threaded thread pool. This option allows you to share a thread pool
among multiple consumers. </td></tr></tbody></table>
+</td><td colspan="1" rowspan="1" class="confluenceTd"> A pluggable
<tt>org.apache.camel.PollingConsumerPollStrategy</tt> allowing you to provide
your custom implementation to control error handling usually occurred during
the <tt>poll</tt> operation <b>before</b> an <a shape="rect"
href="exchange.html" title="Exchange">Exchange</a> have been created and being
routed in Camel. In other words the error occurred while the polling was
gathering information, for instance access to a file network failed so Camel
cannot access it to scan for files. The default implementation will log the
caused exception at <tt>WARN</tt> level and ignore it. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>sendEmptyMessageWhenIdle</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9:</b> If the polling
consumer did not poll any files, you can enable this option to send an empty
message (no b
ody) instead. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>startScheduler</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>true</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Whether
the scheduler should be auto started. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>initialDelay</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>1000</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Milliseconds before the first poll starts.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>delay</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>500</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> Milliseconds before the next
poll. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>useFixedDelay</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Controls if fixed delay o
r fixed rate is used. See <a shape="rect" class="external-link"
href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ScheduledExecutorService.html"
rel="nofollow">ScheduledExecutorService</a> in JDK for details. In <b>Camel
2.7.x</b> or older the default value is <tt>false</tt>. From <b>Camel 2.8</b>
onwards the default value is <tt>true</tt>. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> timeUnit </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>TimeUnit.MILLISECONDS</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> time unit for <tt>initialDelay</tt> and
<tt>delay</tt> options. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>runLoggingLevel</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>TRACE</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.8:</b> The consumer logs a start/complete log
line when it polls. This option allows you to configure the logging level for th
at. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>scheduledExecutorService</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.10:</b> Allows for configuring a custom/shared
thread pool to use for the consumer. By default each consumer has its own
single threaded thread pool. This option allows you to share a thread pool
among multiple consumers. </td></tr></tbody></table>
</div>
</div>