Author: buildbot
Date: Wed Sep 26 17:17:26 2012
New Revision: 833089

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/sjms.html

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

Modified: websites/production/camel/content/sjms.html
==============================================================================
--- websites/production/camel/content/sjms.html (original)
+++ websites/production/camel/content/sjms.html Wed Sep 26 17:17:26 2012
@@ -196,11 +196,9 @@ component.setMaxConnections(1);
 
 <p>SJMS provides JMS <a shape="rect" class="external-link" 
href="http://docs.oracle.com/javaee/5/api/javax/jms/Connection.html"; 
rel="nofollow">Connection</a> resource management through built-in connection 
pooling. This eliminates the need to depend on third party API pooling logic. 
However there may be times that you are required to use an external Connection 
resource manager such as those provided by J2EE or OSGi containers. For this 
SJMS provides an interface that can be used to override the internal SJMS 
Connection pooling capabilities. This is accomplished through the 
<tt>ConnectionResource</tt> interface. </p>
 
-<p>The <tt>ConnectionResource</tt> provides methods for barrowing and 
returning Connections as needed is the contract used to provide </p>
-<div class="error"><span class="error">Unknown macro: {@link 
Connection}</span> </div>
-<p> pools to the SJMS component. A user should use when it is necessary to 
integrate SJMS with an external connection pooling manager.</p>
+<p>The <tt>ConnectionResource</tt> provides methods for borrowing and 
returning Connections as needed is the contract used to provide <a shape="rect" 
class="external-link" 
href="http://docs.oracle.com/javaee/5/api/javax/jms/Connection.html"; 
rel="nofollow">Connection</a> pools to the SJMS component. A user should use 
when it is necessary to integrate SJMS with an external connection pooling 
manager.</p>
 
-<p>It is recommended though that for standard <a shape="rect" 
class="external-link" 
href="http://docs.oracle.com/javaee/5/api/javax/jms/ConnectionFactory.html"; 
rel="nofollow">ConnectionFactory</a> providers you use the 
<tt>ConnectionFactoryResource</tt> implementation that is provided with SJMS as 
it is optimized for this component. </p>
+<p>It is recommended though that for standard <a shape="rect" 
class="external-link" 
href="http://docs.oracle.com/javaee/5/api/javax/jms/ConnectionFactory.html"; 
rel="nofollow">ConnectionFactory</a> providers you use the 
<tt>ConnectionFactoryResource</tt> implementation that is provided with SJMS 
as-is or extend as it is optimized for this component.</p>
 
 <h4><a shape="rect" 
name="SJMS-Session%2CConsumer%2C%26ProducerPooling%26CachingManagement"></a>Session,
 Consumer, &amp; Producer Pooling &amp; Caching Management</h4>
 


Reply via email to