Author: buildbot
Date: Fri May 25 14:18:00 2012
New Revision: 819081
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/producertemplate.html
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/producertemplate.html
==============================================================================
--- websites/production/camel/content/producertemplate.html (original)
+++ websites/production/camel/content/producertemplate.html Fri May 25 14:18:00
2012
@@ -79,7 +79,7 @@
<p>The ProducerTemplate interface allows you to send message exchanges to
endpoints in a variety of different ways to make it easy to work with Camel <a
shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> instances from
Java code.</p>
-<p>It can be configured with a default endpoint if you just want to send lots
of messages to the same endpoint; or you can specify an <a shape="rect"
href="endpoint.html" title="Endpoint">Endpoint</a> or <span
class="error">[URI]</span> as the first parameter.</p>
+<p>It can be configured with a default endpoint if you just want to send lots
of messages to the same endpoint; or you can specify an <a shape="rect"
href="endpoint.html" title="Endpoint">Endpoint</a> or uri as the first
parameter.</p>
<p>The <b>sendBody()</b> method allows you to send any object to an endpoint
easily.</p>
@@ -95,8 +95,8 @@ ProducerTemplate template;
<span class="code-comment">// send with a body and header
</span>template.sendBodyAndHeader(<span
class="code-quote">"activemq:MyQueue"</span>,
- <span class="code-quote">"CustomerRating"</span>, <span
class="code-quote">"Gold"</span>,
- <span class="code-quote">"<hello>world!</hello>"</span>);
+ <span class="code-quote">"<hello>world!</hello>"</span>,
+ <span class="code-quote">"CustomerRating"</span>, <span
class="code-quote">"Gold"</span>);
</pre>
</div></div>