Author: buildbot
Date: Fri May  1 06:20:43 2015
New Revision: 949810

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/amqp.html
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache

Modified: websites/production/camel/content/amqp.html
==============================================================================
--- websites/production/camel/content/amqp.html (original)
+++ websites/production/camel/content/amqp.html Fri May  1 06:20:43 2015
@@ -95,7 +95,16 @@
 </div></div><h3 id="AMQP-URIformat">URI format</h3><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[amqp:[queue:|topic:]destinationName[?options]
 ]]></script>
-</div></div><h3 id="AMQP-AMQPOptions">AMQP Options</h3><p>You can specify all 
of the various configuration options of the <a shape="rect" 
href="jms.html">JMS</a> component after the destination name.</p><p></p><h3 
id="AMQP-SeeAlso">See Also</h3>
+</div></div><h3 id="AMQP-AMQPOptions">AMQP Options</h3><p>You can specify all 
of the various configuration options of the <a shape="rect" 
href="jms.html">JMS</a> component after the destination name.</p><h3 
id="AMQP-Usingtopics">Using topics</h3><p>To have using topics working with 
camel-amqp you need to configure the component to use "topic://" as topic 
prefix, as shown below</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[ &lt;bean id=&quot;amqpConnection&quot; 
class=&quot;org.apache.camel.component.jms.JmsComponent&quot; &gt;
+        &lt;property name=&quot;connectionFactory&quot;&gt;
+          &lt;bean 
class=&quot;org.apache.qpid.amqp_1_0.jms.impl.ConnectionFactoryImpl&quot; 
factory-method=&quot;createFromURL&quot;&gt;
+                        &lt;constructor-arg index=&quot;0&quot; 
type=&quot;java.lang.String&quot; value=&quot;amqp://localhost:5672&quot; /&gt;
+            &lt;property name=&quot;topicPrefix&quot; 
value=&quot;topic://&quot; /&gt;  &lt;!-- only necessary when connecting to 
ActiveMQ over AMQP 1.0 --&gt;
+           &lt;/bean&gt;
+        &lt;/property&gt;
+    &lt;/bean&gt;]]></script>
+</div></div><p>&#160;</p><p>&#160;</p><p></p><h3 id="AMQP-SeeAlso">See 
Also</h3>
 <ul><li><a shape="rect" href="configuring-camel.html">Configuring 
Camel</a></li><li><a shape="rect" 
href="component.html">Component</a></li><li><a shape="rect" 
href="endpoint.html">Endpoint</a></li><li><a shape="rect" 
href="getting-started.html">Getting Started</a></li></ul></div>
         </td>
         <td valign="top">

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 Fri May  1 
06:20:43 2015
@@ -372,7 +372,16 @@ droppable = false}
 </div></div><h3 id="BookComponentAppendix-URIformat.1">URI format</h3><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[amqp:[queue:|topic:]destinationName[?options]
 ]]></script>
-</div></div><h3 id="BookComponentAppendix-AMQPOptions">AMQP Options</h3><p>You 
can specify all of the various configuration options of the <a shape="rect" 
href="jms.html">JMS</a> component after the destination name.</p><p></p><h3 
id="BookComponentAppendix-SeeAlso.1">See Also</h3>
+</div></div><h3 id="BookComponentAppendix-AMQPOptions">AMQP Options</h3><p>You 
can specify all of the various configuration options of the <a shape="rect" 
href="jms.html">JMS</a> component after the destination name.</p><h3 
id="BookComponentAppendix-Usingtopics">Using topics</h3><p>To have using topics 
working with camel-amqp you need to configure the component to use "topic://" 
as topic prefix, as shown below</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[ &lt;bean id=&quot;amqpConnection&quot; 
class=&quot;org.apache.camel.component.jms.JmsComponent&quot; &gt;
+        &lt;property name=&quot;connectionFactory&quot;&gt;
+          &lt;bean 
class=&quot;org.apache.qpid.amqp_1_0.jms.impl.ConnectionFactoryImpl&quot; 
factory-method=&quot;createFromURL&quot;&gt;
+                        &lt;constructor-arg index=&quot;0&quot; 
type=&quot;java.lang.String&quot; value=&quot;amqp://localhost:5672&quot; /&gt;
+            &lt;property name=&quot;topicPrefix&quot; 
value=&quot;topic://&quot; /&gt;  &lt;!-- only necessary when connecting to 
ActiveMQ over AMQP 1.0 --&gt;
+           &lt;/bean&gt;
+        &lt;/property&gt;
+    &lt;/bean&gt;]]></script>
+</div></div><p>&#160;</p><p>&#160;</p><p></p><h3 
id="BookComponentAppendix-SeeAlso.1">See Also</h3>
 <ul><li><a shape="rect" href="configuring-camel.html">Configuring 
Camel</a></li><li><a shape="rect" 
href="component.html">Component</a></li><li><a shape="rect" 
href="endpoint.html">Endpoint</a></li><li><a shape="rect" 
href="getting-started.html">Getting Started</a></li></ul> <h2 
id="BookComponentAppendix-SQSComponent">SQS Component</h2><p><strong>Available 
as of Camel 2.6</strong></p><p>The sqs component supports sending and receiving 
messages to <a shape="rect" class="external-link" 
href="http://aws.amazon.com/sqs"; rel="nofollow">Amazon's SQS</a> service.</p>   
 <div class="aui-message hint shadowed information-macro">
                     <p class="title">Prerequisites</p>
                             <span class="aui-icon icon-hint">Icon</span>
@@ -1325,11 +1334,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.rbtoc1430399928837 {padding: 0px;}
-div.rbtoc1430399928837 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1430399928837 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1430461123464 {padding: 0px;}
+div.rbtoc1430461123464 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1430461123464 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1430399928837">
+/*]]>*/</style></p><div class="toc-macro rbtoc1430461123464">
 <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>

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 Fri May  1 06:20:43 
2015
@@ -4040,11 +4040,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.rbtoc1430399952621 {padding: 0px;}
-div.rbtoc1430399952621 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1430399952621 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1430461146859 {padding: 0px;}
+div.rbtoc1430461146859 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1430461146859 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1430399952621">
+/*]]>*/</style></p><div class="toc-macro rbtoc1430461146859">
 <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>
@@ -6230,11 +6230,11 @@ So we completed the last piece in the pi
 
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1430399952993 {padding: 0px;}
-div.rbtoc1430399952993 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1430399952993 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1430461147198 {padding: 0px;}
+div.rbtoc1430461147198 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1430461147198 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1430399952993">
+/*]]>*/</style><div class="toc-macro rbtoc1430461147198">
 <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>
@@ -17898,7 +17898,16 @@ droppable = false}
 </div></div><h3 id="BookInOnePage-URIformat.2">URI format</h3><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[amqp:[queue:|topic:]destinationName[?options]
 ]]></script>
-</div></div><h3 id="BookInOnePage-AMQPOptions">AMQP Options</h3><p>You can 
specify all of the various configuration options of the <a shape="rect" 
href="jms.html">JMS</a> component after the destination name.</p><p></p><h3 
id="BookInOnePage-SeeAlso.21">See Also</h3>
+</div></div><h3 id="BookInOnePage-AMQPOptions">AMQP Options</h3><p>You can 
specify all of the various configuration options of the <a shape="rect" 
href="jms.html">JMS</a> component after the destination name.</p><h3 
id="BookInOnePage-Usingtopics">Using topics</h3><p>To have using topics working 
with camel-amqp you need to configure the component to use "topic://" as topic 
prefix, as shown below</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[ &lt;bean id=&quot;amqpConnection&quot; 
class=&quot;org.apache.camel.component.jms.JmsComponent&quot; &gt;
+        &lt;property name=&quot;connectionFactory&quot;&gt;
+          &lt;bean 
class=&quot;org.apache.qpid.amqp_1_0.jms.impl.ConnectionFactoryImpl&quot; 
factory-method=&quot;createFromURL&quot;&gt;
+                        &lt;constructor-arg index=&quot;0&quot; 
type=&quot;java.lang.String&quot; value=&quot;amqp://localhost:5672&quot; /&gt;
+            &lt;property name=&quot;topicPrefix&quot; 
value=&quot;topic://&quot; /&gt;  &lt;!-- only necessary when connecting to 
ActiveMQ over AMQP 1.0 --&gt;
+           &lt;/bean&gt;
+        &lt;/property&gt;
+    &lt;/bean&gt;]]></script>
+</div></div><p>&#160;</p><p>&#160;</p><p></p><h3 
id="BookInOnePage-SeeAlso.21">See Also</h3>
 <ul><li><a shape="rect" href="configuring-camel.html">Configuring 
Camel</a></li><li><a shape="rect" 
href="component.html">Component</a></li><li><a shape="rect" 
href="endpoint.html">Endpoint</a></li><li><a shape="rect" 
href="getting-started.html">Getting Started</a></li></ul> <h2 
id="BookInOnePage-SQSComponent">SQS Component</h2><p><strong>Available as of 
Camel 2.6</strong></p><p>The sqs component supports sending and receiving 
messages to <a shape="rect" class="external-link" 
href="http://aws.amazon.com/sqs"; rel="nofollow">Amazon's SQS</a> service.</p>   
 <div class="aui-message hint shadowed information-macro">
                     <p class="title">Prerequisites</p>
                             <span class="aui-icon icon-hint">Icon</span>
@@ -18851,11 +18860,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.rbtoc1430399972837 {padding: 0px;}
-div.rbtoc1430399972837 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1430399972837 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1430461166921 {padding: 0px;}
+div.rbtoc1430461166921 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1430461166921 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1430399972837">
+/*]]>*/</style></p><div class="toc-macro rbtoc1430461166921">
 <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>

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


Reply via email to