Author: buildbot
Date: Mon Mar 25 18:19:08 2013
New Revision: 855917

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/backlogtracer.html
    websites/production/camel/content/cache/main.pageCache

Modified: websites/production/camel/content/backlogtracer.html
==============================================================================
--- websites/production/camel/content/backlogtracer.html (original)
+++ websites/production/camel/content/backlogtracer.html Mon Mar 25 18:19:08 
2013
@@ -90,7 +90,7 @@ a capture of the message in an internal 
 
 <h3><a shape="rect" name="BacklogTracer-Options"></a>Options</h3>
 <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"> enabled </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Flag to enable or disable this tracer </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> backlogSize </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>10</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Maximum number of total traced messages to keep in the 
backlog (FIFO queue). </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> tracePattern </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Allows to filter tracing using a pattern that mat
 ches against the node id and route id. For example use <tt>"to1,to2"</tt> to 
match only nodes with either the name "to1", or "to2". You can use * for 
wildcards. So you can do "to*" to match any to. Or use "route-foo*" to match 
any foo routes. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
removeOnDump </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>true</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Whether to 
remove the traced messages that was returned when invoking the dump methods. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> bodyMaxChars 
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>128kb</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> To limit the message body to a 
maximum size in the traced message. Use 0 or negative value to use unlimited 
size. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
bodyIncludeStreams </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt
 >false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Whether to 
 >include the message body of stream based messages. If enabled then beware the 
 >stream may not be re-readable later. See more about <a shape="rect" 
 >href="stream-caching.html" title="Stream caching">Stream caching</a>. 
 ></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
 >bodyIncludeFiles </td><td colspan="1" rowspan="1" class="confluenceTd"> 
 ><tt>true</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Whether 
 >to include the message body of file based messages. The overhead is that the 
 >file content has to be read from the file. </td></tr></tbody></table>
+<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"> enabled </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Flag to enable or disable this tracer </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> backlogSize </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>1000</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Maximum number of total traced messages to 
keep in the backlog (FIFO queue). </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> tracePattern </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Allows to filter tracing using a pattern that m
 atches against the node id and route id. For example use <tt>"to1,to2"</tt> to 
match only nodes with either the name "to1", or "to2". You can use * for 
wildcards. So you can do "to*" to match any to. Or use "route-foo*" to match 
any foo routes. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
traceFilter </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Allow to 
configure a filter as a <a shape="rect" href="predicate.html" 
title="Predicate">Predicate</a> using any of the Camel <a shape="rect" 
href="languages.html" title="Languages">Languages</a>. But default the <a 
shape="rect" href="simple.html" title="Simple">Simple</a> language is used. For 
example to filter on messages with a given header, use <tt>${header.foo} != 
null</tt>. To use <a shape="rect" href="groovy.html" title="Groovy">Groovy</a> 
then prefix the value with "groovy:". And similar for the other languages. 
</td></tr><tr><td 
 colspan="1" rowspan="1" class="confluenceTd"> removeOnDump </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> Whether to remove the traced 
messages that was returned when invoking the dump methods. </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> bodyMaxChars </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>128kb</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> To limit the message body to a maximum size 
in the traced message. Use 0 or negative value to use unlimited size. 
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
bodyIncludeStreams </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Whether 
to include the message body of stream based messages. If enabled then beware 
the stream may not be re-readable later. See more about <a shape="rect" 
href="stream-caching.html" title="Str
 eam caching">Stream caching</a>. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> bodyIncludeFiles </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>true</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> Whether to include the message body of file based 
messages. The overhead is that the file content has to be read from the file. 
</td></tr></tbody></table>
 </div>
 </div>
 

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


Reply via email to