You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/05/03 06:31:34 UTC

svn commit: r815517 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache jms.html

Author: buildbot
Date: Thu May  3 04:31:34 2012
New Revision: 815517

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/jms.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 Thu May  3 04:31:34 2012
@@ -9213,7 +9213,7 @@ to tell Camel that the reply queue is ex
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
 from(xxx)
-.inOut().to(<span class="code-quote">"activemq:queue:foo?replyTo=bar?replyToType=Exclusive"</span>)
+.inOut().to(<span class="code-quote">"activemq:queue:foo?replyTo=bar&amp;replyToType=Exclusive"</span>)
 .to(yyy)
 </pre>
 </div></div>
@@ -9222,11 +9222,11 @@ from(xxx)
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
 from(xxx)
-.inOut().to(<span class="code-quote">"activemq:queue:foo?replyTo=bar?replyToType=Exclusive"</span>)
+.inOut().to(<span class="code-quote">"activemq:queue:foo?replyTo=bar&amp;replyToType=Exclusive"</span>)
 .to(yyy)
 
 from(aaa)
-.inOut().to(<span class="code-quote">"activemq:queue:order?replyTo=order.reply?replyToType=Exclusive"</span>)
+.inOut().to(<span class="code-quote">"activemq:queue:order?replyTo=order.reply&amp;replyToType=Exclusive"</span>)
 .to(bbb)
 </pre>
 </div></div>

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 May  3 04:31:34 2012
@@ -29575,7 +29575,7 @@ to tell Camel that the reply queue is ex
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
 from(xxx)
-.inOut().to(<span class="code-quote">"activemq:queue:foo?replyTo=bar?replyToType=Exclusive"</span>)
+.inOut().to(<span class="code-quote">"activemq:queue:foo?replyTo=bar&amp;replyToType=Exclusive"</span>)
 .to(yyy)
 </pre>
 </div></div>
@@ -29584,11 +29584,11 @@ from(xxx)
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
 from(xxx)
-.inOut().to(<span class="code-quote">"activemq:queue:foo?replyTo=bar?replyToType=Exclusive"</span>)
+.inOut().to(<span class="code-quote">"activemq:queue:foo?replyTo=bar&amp;replyToType=Exclusive"</span>)
 .to(yyy)
 
 from(aaa)
-.inOut().to(<span class="code-quote">"activemq:queue:order?replyTo=order.reply?replyToType=Exclusive"</span>)
+.inOut().to(<span class="code-quote">"activemq:queue:order?replyTo=order.reply&amp;replyToType=Exclusive"</span>)
 .to(bbb)
 </pre>
 </div></div>

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

Modified: websites/production/camel/content/jms.html
==============================================================================
--- websites/production/camel/content/jms.html (original)
+++ websites/production/camel/content/jms.html Thu May  3 04:31:34 2012
@@ -469,7 +469,7 @@ to tell Camel that the reply queue is ex
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
 from(xxx)
-.inOut().to(<span class="code-quote">"activemq:queue:foo?replyTo=bar?replyToType=Exclusive"</span>)
+.inOut().to(<span class="code-quote">"activemq:queue:foo?replyTo=bar&amp;replyToType=Exclusive"</span>)
 .to(yyy)
 </pre>
 </div></div>
@@ -478,11 +478,11 @@ from(xxx)
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
 from(xxx)
-.inOut().to(<span class="code-quote">"activemq:queue:foo?replyTo=bar?replyToType=Exclusive"</span>)
+.inOut().to(<span class="code-quote">"activemq:queue:foo?replyTo=bar&amp;replyToType=Exclusive"</span>)
 .to(yyy)
 
 from(aaa)
-.inOut().to(<span class="code-quote">"activemq:queue:order?replyTo=order.reply?replyToType=Exclusive"</span>)
+.inOut().to(<span class="code-quote">"activemq:queue:order?replyTo=order.reply&amp;replyToType=Exclusive"</span>)
 .to(bbb)
 </pre>
 </div></div>