Author: buildbot
Date: Tue Dec  4 22:23:08 2012
New Revision: 840770

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-quickstart.html
    websites/production/camel/content/walk-through-an-example.html

Modified: websites/production/camel/content/book-quickstart.html
==============================================================================
--- websites/production/camel/content/book-quickstart.html (original)
+++ websites/production/camel/content/book-quickstart.html Tue Dec  4 22:23:08 
2012
@@ -115,7 +115,7 @@
 </pre>
 </div></div>
 
-<p>The above works with any JMS provider. If we know we are using <a 
shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> we can use an 
even simpler form using the <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-activemq/apidocs/org/apache/camel/component/activemq/ActiveMQComponent.html#activeMQComponent(java.lang.String)">activeMQComponent()
 method</a> while specifying the <a shape="rect" class="external-link" 
href="http://activemq.apache.org/configuring-transports.html";>brokerURL</a> 
used to connect to ActiveMQ </p>
+<p>The above works with any JMS provider. If we know we are using <a 
shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> we can use an 
even simpler form using the <a shape="rect" class="external-link" 
href="http://activemq.apache.org/maven/5.5.0/activemq-camel/apidocs/org/apache/activemq/camel/component/ActiveMQComponent.html#activeMQComponent%28java.lang.String%29";><tt>activeMQComponent()</tt>
 method</a> while specifying the <a shape="rect" class="external-link" 
href="http://activemq.apache.org/configuring-transports.html";>brokerURL</a> 
used to connect to ActiveMQ </p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">camelContext.addComponent(<span 
class="code-quote">"activemq"</span>, activeMQComponent(<span 
class="code-quote">"vm:<span 
class="code-comment">//localhost?broker.persistent=<span 
class="code-keyword">false</span>"</span>));</span>

Modified: websites/production/camel/content/walk-through-an-example.html
==============================================================================
--- websites/production/camel/content/walk-through-an-example.html (original)
+++ websites/production/camel/content/walk-through-an-example.html Tue Dec  4 
22:23:08 2012
@@ -111,7 +111,7 @@
 </pre>
 </div></div>
 
-<p>The above works with any JMS provider. If we know we are using <a 
shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> we can use an 
even simpler form using the <a shape="rect" class="external-link" 
href="http://camel.apache.org/maven/current/camel-activemq/apidocs/org/apache/camel/component/activemq/ActiveMQComponent.html#activeMQComponent(java.lang.String)">activeMQComponent()
 method</a> while specifying the <a shape="rect" class="external-link" 
href="http://activemq.apache.org/configuring-transports.html";>brokerURL</a> 
used to connect to ActiveMQ </p>
+<p>The above works with any JMS provider. If we know we are using <a 
shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> we can use an 
even simpler form using the <a shape="rect" class="external-link" 
href="http://activemq.apache.org/maven/5.5.0/activemq-camel/apidocs/org/apache/activemq/camel/component/ActiveMQComponent.html#activeMQComponent%28java.lang.String%29";><tt>activeMQComponent()</tt>
 method</a> while specifying the <a shape="rect" class="external-link" 
href="http://activemq.apache.org/configuring-transports.html";>brokerURL</a> 
used to connect to ActiveMQ </p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">camelContext.addComponent(<span 
class="code-quote">"activemq"</span>, activeMQComponent(<span 
class="code-quote">"vm:<span 
class="code-comment">//localhost?broker.persistent=<span 
class="code-keyword">false</span>"</span>));</span>


Reply via email to