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 2017/01/25 21:18:41 UTC

svn commit: r1005609 - in /websites/production/camel/content: cache/main.pageCache how-do-i-make-my-jms-endpoint-transactional.html

Author: buildbot
Date: Wed Jan 25 21:18:41 2017
New Revision: 1005609

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/how-do-i-make-my-jms-endpoint-transactional.html

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

Modified: websites/production/camel/content/how-do-i-make-my-jms-endpoint-transactional.html
==============================================================================
--- websites/production/camel/content/how-do-i-make-my-jms-endpoint-transactional.html (original)
+++ websites/production/camel/content/how-do-i-make-my-jms-endpoint-transactional.html Wed Jan 25 21:18:41 2017
@@ -47,7 +47,7 @@
   </script>
 
     <title>
-    Apache Camel: How do I make my JMS endpoint transactional
+    Apache Camel: How Do I Make My JMS Endpoint Transactional?
     </title>
 </head>
 <body>
@@ -73,7 +73,7 @@
         <div class="top_red_bar">
           <div id="site-breadcrumbs">
                 <!-- Breadcrumbs -->
-<a href="index.html">Apache Camel</a>&nbsp;&gt;&nbsp;<a href="community.html">Community</a>&nbsp;&gt;&nbsp;<a href="faq.html">FAQ</a>&nbsp;&gt;&nbsp;<a href="camel-endpoint-questions.html">Camel Endpoint Questions</a>&nbsp;&gt;&nbsp;<a href="how-do-i-make-my-jms-endpoint-transactional.html">How do I make my JMS endpoint transactional</a>
+<a href="index.html">Apache Camel</a>&nbsp;&gt;&nbsp;<a href="community.html">Community</a>&nbsp;&gt;&nbsp;<a href="faq.html">FAQ</a>&nbsp;&gt;&nbsp;<a href="camel-endpoint-questions.html">Camel Endpoint Questions</a>&nbsp;&gt;&nbsp;<a href="how-do-i-make-my-jms-endpoint-transactional.html">How Do I Make My JMS Endpoint Transactional?</a>
           </div>
           <!-- Quicklinks -->
 <div id="site-quicklinks"><p><a shape="rect" href="download.html">Download</a> | <a shape="rect" href="javadoc.html">JavaDoc</a> | <a shape="rect" href="source.html">Source</a> | <a shape="rect" class="external-link" href="https://github.com/apache/camel/" rel="nofollow">Github</a> |&#160;<a shape="rect" href="discussion-forums.html">Forums</a> | <a shape="rect" href="support.html">Support</a></p></div>
@@ -84,28 +84,11 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 id="HowdoImakemyJMSendpointtransactional-HowdoImakemyJMSendpointtransactional">How do I make my JMS endpoint transactional</h2>
-
-<p>I have a JMS route such as this...</p>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[
-from(&quot;activemq:Some.Queue&quot;).
-  bean(MyProcessor.class);
+<div class="wiki-content maincontent"><h2 id="HowDoIMakeMyJMSEndpointTransactional?-HowDoIMakeMyJMSEndpointTransactional?">How Do I Make My JMS Endpoint Transactional?</h2><p>I have a JMS route like this:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[from(&quot;activemq:Some.Queue&quot;)
+  .bean(MyProcessor.class);
 ]]></script>
-</div></div>
-
-<p>how do I make it transactional?</p>
-
-<h3 id="HowdoImakemyJMSendpointtransactional-Answer">Answer</h3>
-
-<p>There are examples in the <a shape="rect" href="transactional-client.html">Transactional Client</a> and it is described in the <em>Enabling Transacted Consumption</em> section of <a shape="rect" href="jms.html">JMS</a>. Basically you enable the <strong>transacted</strong> flag on the JMS endpoint and set a transactionManager on the <a shape="rect" href="component.html">Component</a> or <a shape="rect" href="endpoint.html">Endpoint</a></p>
-
-<h3 id="HowdoImakemyJMSendpointtransactional-SeeAlso">See Also</h3>
-
-<ul><li><a shape="rect" href="transactional-client.html">Transactional Client</a></li><li><a shape="rect" href="jms.html">JMS</a></li></ul>
-
-</div>
+</div></div><h3 id="HowDoIMakeMyJMSEndpointTransactional?-Question:"><strong>Question</strong>:</h3><p>How Do I Make It Transactional?</p><h3 id="HowDoIMakeMyJMSEndpointTransactional?-Answer:">Answer:</h3><p>There are examples in the <a shape="rect" href="transactional-client.html">Transactional Client</a> and it is described in the <em>Enabling Transacted Consumption</em> section of <a shape="rect" href="jms.html">JMS</a>. To make a session transactional set&#160;<strong><code>transacted=true</code></strong> flag on the JMS endpoint and configure a&#160;<strong><code>transactionManager</code></strong> on the <a shape="rect" href="component.html">Component</a> or <a shape="rect" href="endpoint.html">Endpoint</a></p><h3 id="HowDoIMakeMyJMSEndpointTransactional?-SeeAlso">See Also</h3><ul><li><a shape="rect" href="transactional-client.html">Transactional Client</a></li><li><a shape="rect" href="jms.html">JMS</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">