Author: buildbot
Date: Wed Jun  3 15:19:47 2015
New Revision: 953691

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/quartz.html
    websites/production/camel/content/quartz2.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 Wed Jun  3 
15:19:47 2015
@@ -1334,11 +1334,11 @@ template.send("direct:alias-verify&
                     </div>
     </div>
 <p>The <strong>cxf:</strong> component provides integration with <a 
shape="rect" href="http://cxf.apache.org";>Apache CXF</a> for connecting to 
JAX-WS services hosted in CXF.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1433315982127 {padding: 0px;}
-div.rbtoc1433315982127 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1433315982127 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1433344696198 {padding: 0px;}
+div.rbtoc1433344696198 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1433344696198 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1433315982127">
+/*]]>*/</style></p><div class="toc-macro rbtoc1433344696198">
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-CXFComponent">CXF 
Component</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-URIformat">URI 
format</a></li><li><a shape="rect" href="#CXF-Options">Options</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#CXF-Thedescriptionsofthedataformats">The descriptions of the 
dataformats</a>
@@ -9014,7 +9014,7 @@ quartz://groupName/timerName?options
 quartz://groupName/timerName?cron=expression
 quartz://timerName?cron=expression
 ]]></script>
-</div></div><p>The component uses either a <code>CronTrigger</code> or a 
<code>SimpleTrigger</code>. If no cron expression is provided, the component 
uses a simple trigger. If no <code>groupName</code> is provided, the quartz 
component uses the <code>Camel</code> group name.</p><p>You can append query 
options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><h3 
id="BookComponentAppendix-Options.39">Options</h3><div 
class="confluenceTableSmall"><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Parameter</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>cron</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><em>None</em></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Specifies a <code>
 cron</code> expression (not compatible with the <code>trigger.*</code> or 
<code>job.*</code> options).</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatCount</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: How many times 
should the timer repeat?</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatInterval</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: The amount of 
time in milliseconds between repeated triggers.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>job.name</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Sets the job name.</p></td></tr><tr><td 
colspan="1" rows
 pan="1" class="confluenceTd"><p><code>job.<em>XXX</em></code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Sets the job option with the 
<code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>trigger.<em>XXX</em></code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Sets the trigger option with 
the <code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>stateful</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Uses a Quartz 
<code>StatefulJob</code> instead of the default job.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>fireNow</code></p></td><td colspan="1" rowsp
 an="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>New to Camel 2.2.0, if it is true will fire 
the trigger when the route is start when using 
SimpleTrigger.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>deleteJob</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>true</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.12:</strong> If set to 
true, then the trigger automatically delete when route stop. Else if set to 
false, it will remain in scheduler. When set to false, it will also mean user 
may reuse pre-configured trigger with camel Uri. Just ensure the names match. 
Notice you cannot have both deleteJob and pauseJob set to 
true.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pauseJob</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="con
 fluenceTd"><p><strong>Camel 2.12:</strong> If set to true, then the trigger 
automatically pauses when route stop. Else if set to false, it will remain in 
scheduler. When set to false, it will also mean user may reuse pre-configured 
trigger with camel Uri. Just ensure the names match. Notice you cannot have 
both deleteJob and pauseJob set to true.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><code>usingFixedCamelContextName</code></td><td 
colspan="1" rowspan="1" class="confluenceTd"><code>false</code></td><td 
colspan="1" rowspan="1" class="confluenceTd"><strong><strong>Camel 2.15.0: 
</strong></strong><span><span>If it is true, <span>JobDataMap 
</span></span></span><span>uses the CamelContext name directly to reference the 
camel context, </span><span>if it is false, <span>JobDataMap </span><span>uses 
</span>use the CamelContext management name which could be changed during the 
deploy time.</span></td></tr></tbody></table></div></div><p>For example, the 
following r
 outing rule will fire two timer events to the <code>mock:results</code> 
endpoint:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+</div></div><p>The component uses either a <code>CronTrigger</code> or a 
<code>SimpleTrigger</code>. If no cron expression is provided, the component 
uses a simple trigger. If no <code>groupName</code> is provided, the quartz 
component uses the <code>Camel</code> group name.</p><p>You can append query 
options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><h3 
id="BookComponentAppendix-Options.39">Options</h3><div 
class="confluenceTableSmall"><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Parameter</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>cron</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><em>None</em></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Specifies a <code>
 cron</code> expression (not compatible with the <code>trigger.*</code> or 
<code>job.*</code> options).</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatCount</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: How many times 
should the timer repeat?</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatInterval</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: The amount of 
time in milliseconds between repeated triggers.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>job.name</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Sets the job name.</p></td></tr><tr><td 
colspan="1" rows
 pan="1" class="confluenceTd"><p><code>job.<em>XXX</em></code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Sets the job option with the 
<code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>trigger.<em>XXX</em></code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Sets the trigger option with 
the <code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>stateful</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Uses a Quartz 
<code>StatefulJob</code> instead of the default job.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>fireNow</code></p></td><td colspan="1" rowsp
 an="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>New to Camel 2.2.0, if it is true will fire 
the trigger when the route is start when using 
SimpleTrigger.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>deleteJob</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>true</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.12:</strong> If set to 
true, then the trigger automatically delete when route stop. Else if set to 
false, it will remain in scheduler. When set to false, it will also mean user 
may reuse pre-configured trigger with camel Uri. Just ensure the names match. 
Notice you cannot have both deleteJob and pauseJob set to 
true.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pauseJob</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="con
 fluenceTd"><p><strong>Camel 2.12:</strong> If set to true, then the trigger 
automatically pauses when route stop. Else if set to false, it will remain in 
scheduler. When set to false, it will also mean user may reuse pre-configured 
trigger with camel Uri. Just ensure the names match. Notice you cannot have 
both deleteJob and pauseJob set to true.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>usingFixedCamelContextName</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><code>false</code></td><td 
colspan="1" rowspan="1" class="confluenceTd"><strong><strong>Camel 2.15.0: 
</strong></strong><span><span>If it is true, <span>JobDataMap 
</span></span></span><span>uses the CamelContext name directly to reference the 
camel context, </span><span>if it is false, <span>JobDataMap </span><span>uses 
</span>use the CamelContext management name which could be changed during the 
deploy time.</span></td></tr></tbody></table></div></div><p>For example, the 
foll
 owing routing rule will fire two timer events to the <code>mock:results</code> 
endpoint:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
 <script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[
 
from(&quot;quartz://myGroup/myTimerName?trigger.repeatInterval=2&amp;trigger.repeatCount=1&quot;).routeId(&quot;myRoute&quot;).to(&quot;mock:result&quot;);
 ]]></script>

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 Jun  3 15:19:47 
2015
@@ -4053,11 +4053,11 @@ While not actual tutorials you might fin
                     </div>
     </div>
 <h2 id="BookInOnePage-Preface">Preface</h2><p>This tutorial aims to guide the 
reader through the stages of creating a project which uses Camel to facilitate 
the routing of messages from a JMS queue to a <a shape="rect" 
class="external-link" href="http://www.springramework.org"; 
rel="nofollow">Spring</a> service. The route works in a synchronous fashion 
returning a response to the client.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1433316010498 {padding: 0px;}
-div.rbtoc1433316010498 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1433316010498 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1433344721467 {padding: 0px;}
+div.rbtoc1433344721467 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1433344721467 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1433316010498">
+/*]]>*/</style></p><div class="toc-macro rbtoc1433344721467">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-JmsRemoting-TutorialonSpringRemotingwithJMS">Tutorial on Spring 
Remoting with JMS</a></li><li><a shape="rect" 
href="#Tutorial-JmsRemoting-Preface">Preface</a></li><li><a shape="rect" 
href="#Tutorial-JmsRemoting-Prerequisites">Prerequisites</a></li><li><a 
shape="rect" 
href="#Tutorial-JmsRemoting-Distribution">Distribution</a></li><li><a 
shape="rect" href="#Tutorial-JmsRemoting-About">About</a></li><li><a 
shape="rect" href="#Tutorial-JmsRemoting-CreatetheCamelProject">Create the 
Camel Project</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-JmsRemoting-UpdatethePOMwithDependencies">Update the POM with 
Dependencies</a></li></ul>
 </li><li><a shape="rect" href="#Tutorial-JmsRemoting-WritingtheServer">Writing 
the Server</a>
@@ -6243,11 +6243,11 @@ So we completed the last piece in the pi
 
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1433316010872 {padding: 0px;}
-div.rbtoc1433316010872 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1433316010872 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1433344721830 {padding: 0px;}
+div.rbtoc1433344721830 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1433344721830 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1433316010872">
+/*]]>*/</style><div class="toc-macro rbtoc1433344721830">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-TutorialusingAxis1.4withApacheCamel">Tutorial using 
Axis 1.4 with Apache Camel</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-Prerequisites">Prerequisites</a></li><li><a 
shape="rect" 
href="#Tutorial-AXIS-Camel-Distribution">Distribution</a></li><li><a 
shape="rect" 
href="#Tutorial-AXIS-Camel-Introduction">Introduction</a></li><li><a 
shape="rect" href="#Tutorial-AXIS-Camel-SettinguptheprojecttorunAxis">Setting 
up the project to run Axis</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-Maven2">Maven 2</a></li><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-wsdl">wsdl</a></li><li><a shape="rect" 
href="#Tutorial-AXIS-Camel-ConfiguringAxis">Configuring Axis</a></li><li><a 
shape="rect" href="#Tutorial-AXIS-Camel-RunningtheExample">Running the 
Example</a></li></ul>
@@ -18830,11 +18830,11 @@ template.send(&quot;direct:alias-verify&
                     </div>
     </div>
 <p>The <strong>cxf:</strong> component provides integration with <a 
shape="rect" href="http://cxf.apache.org";>Apache CXF</a> for connecting to 
JAX-WS services hosted in CXF.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1433316034060 {padding: 0px;}
-div.rbtoc1433316034060 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1433316034060 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1433344741707 {padding: 0px;}
+div.rbtoc1433344741707 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1433344741707 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1433316034060">
+/*]]>*/</style></p><div class="toc-macro rbtoc1433344741707">
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-CXFComponent">CXF 
Component</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-URIformat">URI 
format</a></li><li><a shape="rect" href="#CXF-Options">Options</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#CXF-Thedescriptionsofthedataformats">The descriptions of the 
dataformats</a>
@@ -26510,7 +26510,7 @@ quartz://groupName/timerName?options
 quartz://groupName/timerName?cron=expression
 quartz://timerName?cron=expression
 ]]></script>
-</div></div><p>The component uses either a <code>CronTrigger</code> or a 
<code>SimpleTrigger</code>. If no cron expression is provided, the component 
uses a simple trigger. If no <code>groupName</code> is provided, the quartz 
component uses the <code>Camel</code> group name.</p><p>You can append query 
options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><h3 
id="BookInOnePage-Options.60">Options</h3><div 
class="confluenceTableSmall"><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Parameter</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>cron</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><em>None</em></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Specifies a <code>cron</co
 de> expression (not compatible with the <code>trigger.*</code> or 
<code>job.*</code> options).</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatCount</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: How many times 
should the timer repeat?</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatInterval</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: The amount of 
time in milliseconds between repeated triggers.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>job.name</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Sets the job name.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
 class="confluenceTd"><p><code>job.<em>XXX</em></code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Sets the job option with the 
<code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>trigger.<em>XXX</em></code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Sets the trigger option with 
the <code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>stateful</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Uses a Quartz 
<code>StatefulJob</code> instead of the default job.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>fireNow</code></p></td><td colspan="1" 
rowspan="1" c
 lass="confluenceTd"><p><code>false</code></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>New to Camel 2.2.0, if it is true will fire the trigger 
when the route is start when using SimpleTrigger.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>deleteJob</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>true</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.12:</strong> If set to 
true, then the trigger automatically delete when route stop. Else if set to 
false, it will remain in scheduler. When set to false, it will also mean user 
may reuse pre-configured trigger with camel Uri. Just ensure the names match. 
Notice you cannot have both deleteJob and pauseJob set to 
true.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pauseJob</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceT
 d"><p><strong>Camel 2.12:</strong> If set to true, then the trigger 
automatically pauses when route stop. Else if set to false, it will remain in 
scheduler. When set to false, it will also mean user may reuse pre-configured 
trigger with camel Uri. Just ensure the names match. Notice you cannot have 
both deleteJob and pauseJob set to true.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><code>usingFixedCamelContextName</code></td><td 
colspan="1" rowspan="1" class="confluenceTd"><code>false</code></td><td 
colspan="1" rowspan="1" class="confluenceTd"><strong><strong>Camel 2.15.0: 
</strong></strong><span><span>If it is true, <span>JobDataMap 
</span></span></span><span>uses the CamelContext name directly to reference the 
camel context, </span><span>if it is false, <span>JobDataMap </span><span>uses 
</span>use the CamelContext management name which could be changed during the 
deploy time.</span></td></tr></tbody></table></div></div><p>For example, the 
following routing r
 ule will fire two timer events to the <code>mock:results</code> 
endpoint:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+</div></div><p>The component uses either a <code>CronTrigger</code> or a 
<code>SimpleTrigger</code>. If no cron expression is provided, the component 
uses a simple trigger. If no <code>groupName</code> is provided, the quartz 
component uses the <code>Camel</code> group name.</p><p>You can append query 
options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><h3 
id="BookInOnePage-Options.60">Options</h3><div 
class="confluenceTableSmall"><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Parameter</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>cron</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><em>None</em></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Specifies a <code>cron</co
 de> expression (not compatible with the <code>trigger.*</code> or 
<code>job.*</code> options).</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatCount</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: How many times 
should the timer repeat?</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatInterval</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: The amount of 
time in milliseconds between repeated triggers.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>job.name</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Sets the job name.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
 class="confluenceTd"><p><code>job.<em>XXX</em></code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Sets the job option with the 
<code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>trigger.<em>XXX</em></code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Sets the trigger option with 
the <code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>stateful</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Uses a Quartz 
<code>StatefulJob</code> instead of the default job.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>fireNow</code></p></td><td colspan="1" 
rowspan="1" c
 lass="confluenceTd"><p><code>false</code></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>New to Camel 2.2.0, if it is true will fire the trigger 
when the route is start when using SimpleTrigger.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>deleteJob</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>true</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.12:</strong> If set to 
true, then the trigger automatically delete when route stop. Else if set to 
false, it will remain in scheduler. When set to false, it will also mean user 
may reuse pre-configured trigger with camel Uri. Just ensure the names match. 
Notice you cannot have both deleteJob and pauseJob set to 
true.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pauseJob</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceT
 d"><p><strong>Camel 2.12:</strong> If set to true, then the trigger 
automatically pauses when route stop. Else if set to false, it will remain in 
scheduler. When set to false, it will also mean user may reuse pre-configured 
trigger with camel Uri. Just ensure the names match. Notice you cannot have 
both deleteJob and pauseJob set to true.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>usingFixedCamelContextName</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><code>false</code></td><td 
colspan="1" rowspan="1" class="confluenceTd"><strong><strong>Camel 2.15.0: 
</strong></strong><span><span>If it is true, <span>JobDataMap 
</span></span></span><span>uses the CamelContext name directly to reference the 
camel context, </span><span>if it is false, <span>JobDataMap </span><span>uses 
</span>use the CamelContext management name which could be changed during the 
deploy time.</span></td></tr></tbody></table></div></div><p>For example, the 
following ro
 uting rule will fire two timer events to the <code>mock:results</code> 
endpoint:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
 <script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[
 
from(&quot;quartz://myGroup/myTimerName?trigger.repeatInterval=2&amp;trigger.repeatCount=1&quot;).routeId(&quot;myRoute&quot;).to(&quot;mock:result&quot;);
 ]]></script>

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

Modified: websites/production/camel/content/quartz.html
==============================================================================
--- websites/production/camel/content/quartz.html (original)
+++ websites/production/camel/content/quartz.html Wed Jun  3 15:19:47 2015
@@ -106,7 +106,7 @@ quartz://groupName/timerName?options
 quartz://groupName/timerName?cron=expression
 quartz://timerName?cron=expression
 ]]></script>
-</div></div><p>The component uses either a <code>CronTrigger</code> or a 
<code>SimpleTrigger</code>. If no cron expression is provided, the component 
uses a simple trigger. If no <code>groupName</code> is provided, the quartz 
component uses the <code>Camel</code> group name.</p><p>You can append query 
options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><h3 
id="Quartz-Options">Options</h3><div class="confluenceTableSmall"><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Parameter</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>cron</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><em>None</em></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Specifies a <code>cron</code> expres
 sion (not compatible with the <code>trigger.*</code> or <code>job.*</code> 
options).</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatCount</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: How many times 
should the timer repeat?</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatInterval</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: The amount of 
time in milliseconds between repeated triggers.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>job.name</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Sets the job name.</p></td></tr><tr><td 
colspan="1" rowspan="1" class="con
 fluenceTd"><p><code>job.<em>XXX</em></code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Sets the job option with the 
<code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>trigger.<em>XXX</em></code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Sets the trigger option with 
the <code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>stateful</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Uses a Quartz 
<code>StatefulJob</code> instead of the default job.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>fireNow</code></p></td><td colspan="1" 
rowspan="1" class="conf
 luenceTd"><p><code>false</code></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>New to Camel 2.2.0, if it is true will fire the trigger 
when the route is start when using SimpleTrigger.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>deleteJob</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>true</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.12:</strong> If set to 
true, then the trigger automatically delete when route stop. Else if set to 
false, it will remain in scheduler. When set to false, it will also mean user 
may reuse pre-configured trigger with camel Uri. Just ensure the names match. 
Notice you cannot have both deleteJob and pauseJob set to 
true.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pauseJob</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><str
 ong>Camel 2.12:</strong> If set to true, then the trigger automatically pauses 
when route stop. Else if set to false, it will remain in scheduler. When set to 
false, it will also mean user may reuse pre-configured trigger with camel Uri. 
Just ensure the names match. Notice you cannot have both deleteJob and pauseJob 
set to true.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><code>usingFixedCamelContextName</code></td><td 
colspan="1" rowspan="1" class="confluenceTd"><code>false</code></td><td 
colspan="1" rowspan="1" class="confluenceTd"><strong><strong>Camel 2.15.0: 
</strong></strong><span><span>If it is true, <span>JobDataMap 
</span></span></span><span>uses the CamelContext name directly to reference the 
camel context, </span><span>if it is false, <span>JobDataMap </span><span>uses 
</span>use the CamelContext management name which could be changed during the 
deploy time.</span></td></tr></tbody></table></div></div><p>For example, the 
following routing rule will f
 ire two timer events to the <code>mock:results</code> endpoint:</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
+</div></div><p>The component uses either a <code>CronTrigger</code> or a 
<code>SimpleTrigger</code>. If no cron expression is provided, the component 
uses a simple trigger. If no <code>groupName</code> is provided, the quartz 
component uses the <code>Camel</code> group name.</p><p>You can append query 
options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><h3 
id="Quartz-Options">Options</h3><div class="confluenceTableSmall"><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Parameter</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>cron</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><em>None</em></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Specifies a <code>cron</code> expres
 sion (not compatible with the <code>trigger.*</code> or <code>job.*</code> 
options).</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatCount</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: How many times 
should the timer repeat?</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatInterval</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: The amount of 
time in milliseconds between repeated triggers.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>job.name</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Sets the job name.</p></td></tr><tr><td 
colspan="1" rowspan="1" class="con
 fluenceTd"><p><code>job.<em>XXX</em></code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Sets the job option with the 
<code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>trigger.<em>XXX</em></code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Sets the trigger option with 
the <code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>stateful</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Uses a Quartz 
<code>StatefulJob</code> instead of the default job.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>fireNow</code></p></td><td colspan="1" 
rowspan="1" class="conf
 luenceTd"><p><code>false</code></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>New to Camel 2.2.0, if it is true will fire the trigger 
when the route is start when using SimpleTrigger.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>deleteJob</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>true</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.12:</strong> If set to 
true, then the trigger automatically delete when route stop. Else if set to 
false, it will remain in scheduler. When set to false, it will also mean user 
may reuse pre-configured trigger with camel Uri. Just ensure the names match. 
Notice you cannot have both deleteJob and pauseJob set to 
true.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pauseJob</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><str
 ong>Camel 2.12:</strong> If set to true, then the trigger automatically pauses 
when route stop. Else if set to false, it will remain in scheduler. When set to 
false, it will also mean user may reuse pre-configured trigger with camel Uri. 
Just ensure the names match. Notice you cannot have both deleteJob and pauseJob 
set to true.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>usingFixedCamelContextName</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><code>false</code></td><td 
colspan="1" rowspan="1" class="confluenceTd"><strong><strong>Camel 2.15.0: 
</strong></strong><span><span>If it is true, <span>JobDataMap 
</span></span></span><span>uses the CamelContext name directly to reference the 
camel context, </span><span>if it is false, <span>JobDataMap </span><span>uses 
</span>use the CamelContext management name which could be changed during the 
deploy time.</span></td></tr></tbody></table></div></div><p>For example, the 
following routing rule
  will fire two timer events to the <code>mock:results</code> endpoint:</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
 <script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[
 
from(&quot;quartz://myGroup/myTimerName?trigger.repeatInterval=2&amp;trigger.repeatCount=1&quot;).routeId(&quot;myRoute&quot;).to(&quot;mock:result&quot;);
 ]]></script>

Modified: websites/production/camel/content/quartz2.html
==============================================================================
--- websites/production/camel/content/quartz2.html (original)
+++ websites/production/camel/content/quartz2.html Wed Jun  3 15:19:47 2015
@@ -99,7 +99,7 @@ quartz2://groupName/timerName?options
 quartz2://groupName/timerName?cron=expression
 quartz2://timerName?cron=expression
 ]]></script>
-</div></div><p>The component uses either a <code>CronTrigger</code> or a 
<code>SimpleTrigger</code>. If no cron expression is provided, the component 
uses a simple trigger. If no <code>groupName</code> is provided, the quartz 
component uses the <code>Camel</code> group name.</p><p>You can append query 
options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><h3 
id="Quartz2-Options">Options</h3><div class="confluenceTableSmall"><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Parameter</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>cron</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><em>None</em></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Specifies a <code>cron</code> expre
 ssion (not compatible with the <code>trigger.*</code> or <code>job.*</code> 
options).</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatCount</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: How many times 
should the timer repeat?</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatInterval</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>1000</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: The amount of 
time in milliseconds between repeated triggers. Must enable 
<code>trigger.repeatCount</code> to use the simple trigger using this 
interval.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>job.name</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" 
rowspan="1" cl
 ass="confluenceTd"><p>Sets the job name.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>job.<em>XXX</em></code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Sets the job option with the 
<code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>trigger.<em>XXX</em></code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Sets the trigger option with 
the <code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>stateful</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Uses a Quartz 
<code>@PersistJobDataAfterExecution</code> and 
<code>@DisallowConcurrentExecution</code> inste
 ad of the default job.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>fireNow</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>If it is true will fire the trigger when 
the route is start when using SimpleTrigger.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>deleteJob</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>true</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>If set to true, then the 
trigger automatically delete when route stop. Else if set to false, it will 
remain in scheduler. When set to false, it will also mean user may reuse 
pre-configured trigger with camel Uri. Just ensure the names match. Notice you 
cannot have both deleteJob and pauseJob set to true.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pauseJob</code></p></td><td colspan="1" rowspan=
 "1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>If set to true, then the trigger 
automatically pauses when route stop. Else if set to false, it will remain in 
scheduler. When set to false, it will also mean user may reuse pre-configured 
trigger with camel Uri. Just ensure the names match. Notice you cannot have 
both deleteJob and pauseJob set to true.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>durableJob</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 
2.12.4/2.13</strong>: Whether or not the job should remain stored after it is 
orphaned (no triggers point to it).</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>recoverableJob</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confl
 uenceTd"><p><strong>Camel 2.12.4/2.13</strong>: Instructs the scheduler 
whether or not the job should be re-executed if a 'recovery' or 'fail-over' 
situation is<br clear="none"> encountered.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><code>usingFixedCamelContextName</code></td><td 
colspan="1" rowspan="1" class="confluenceTd"><code>false</code></td><td 
colspan="1" rowspan="1" class="confluenceTd"><strong><strong>Camel 2.15.0: 
</strong></strong><span style="line-height: 1.4285715;"><span 
style="line-height: 1.4285715;">If it is true, <span style="line-height: 
1.4285715;">JobDataMap </span></span></span><span style="line-height: 
1.4285715;">uses the CamelContext name directly to reference the camel context, 
</span><span style="line-height: 1.4285715;">if it is false, <span>JobDataMap 
</span><span>uses </span>use the CamelContext management name which could be 
changed during the deploy 
time.</span></td></tr></tbody></table></div></div><p>For example, the following
  routing rule will fire two timer events to the <code>mock:results</code> 
endpoint:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+</div></div><p>The component uses either a <code>CronTrigger</code> or a 
<code>SimpleTrigger</code>. If no cron expression is provided, the component 
uses a simple trigger. If no <code>groupName</code> is provided, the quartz 
component uses the <code>Camel</code> group name.</p><p>You can append query 
options to the URI in the following format, 
<code>?option=value&amp;option=value&amp;...</code></p><h3 
id="Quartz2-Options">Options</h3><div class="confluenceTableSmall"><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Parameter</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Default</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>cron</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><em>None</em></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Specifies a <code>cron</code> expre
 ssion (not compatible with the <code>trigger.*</code> or <code>job.*</code> 
options).</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatCount</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>0</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: How many times 
should the timer repeat?</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>trigger.repeatInterval</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>1000</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>SimpleTrigger: The amount of 
time in milliseconds between repeated triggers. Must enable 
<code>trigger.repeatCount</code> to use the simple trigger using this 
interval.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>job.name</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" 
rowspan="1" cl
 ass="confluenceTd"><p>Sets the job name.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>job.<em>XXX</em></code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Sets the job option with the 
<code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>trigger.<em>XXX</em></code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Sets the trigger option with 
the <code><em>XXX</em></code> setter name.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>stateful</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Uses a Quartz 
<code>@PersistJobDataAfterExecution</code> and 
<code>@DisallowConcurrentExecution</code> inste
 ad of the default job.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>fireNow</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>If it is true will fire the trigger when 
the route is start when using SimpleTrigger.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>deleteJob</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>true</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>If set to true, then the 
trigger automatically delete when route stop. Else if set to false, it will 
remain in scheduler. When set to false, it will also mean user may reuse 
pre-configured trigger with camel Uri. Just ensure the names match. Notice you 
cannot have both deleteJob and pauseJob set to true.</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>pauseJob</code></p></td><td colspan="1" rowspan=
 "1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>If set to true, then the trigger 
automatically pauses when route stop. Else if set to false, it will remain in 
scheduler. When set to false, it will also mean user may reuse pre-configured 
trigger with camel Uri. Just ensure the names match. Notice you cannot have 
both deleteJob and pauseJob set to true.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>durableJob</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><strong>Camel 
2.12.4/2.13</strong>: Whether or not the job should remain stored after it is 
orphaned (no triggers point to it).</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>recoverableJob</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td 
colspan="1" rowspan="1" class="confl
 uenceTd"><p><strong>Camel 2.12.4/2.13</strong>: Instructs the scheduler 
whether or not the job should be re-executed if a 'recovery' or 'fail-over' 
situation is<br clear="none"> encountered.</p></td></tr><tr><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>usingFixedCamelContextName</code></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><code>false</code></td><td 
colspan="1" rowspan="1" class="confluenceTd"><strong><strong>Camel 2.15.0: 
</strong></strong><span style="line-height: 1.4285715;"><span 
style="line-height: 1.4285715;">If it is true, <span style="line-height: 
1.4285715;">JobDataMap </span></span></span><span style="line-height: 
1.4285715;">uses the CamelContext name directly to reference the camel context, 
</span><span style="line-height: 1.4285715;">if it is false, <span>JobDataMap 
</span><span>uses </span>use the CamelContext management name which could be 
changed during the deploy 
time.</span></td></tr></tbody></table></div></div><p>For example, the fo
 llowing routing rule will fire two timer events to the 
<code>mock:results</code> endpoint:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: java; gutter: false" 
type="syntaxhighlighter"><![CDATA[from(&quot;quartz2://myGroup/myTimerName?trigger.repeatInterval=2&amp;trigger.repeatCount=1&quot;).routeId(&quot;myRoute&quot;).to(&quot;mock:result&quot;);
 ]]></script>
 </div></div><p>When using <code>stateful=true</code>, the <a shape="rect" 
class="external-link" 
href="http://quartz-scheduler.org/api/2.0.0/org/quartz/JobDataMap.html"; 
rel="nofollow">JobDataMap</a> is re-persisted after every execution of the job, 
thus preserving state for the next execution.</p>    <div class="aui-message 
hint shadowed information-macro">


Reply via email to