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/08/03 22:19:19 UTC

svn commit: r827908 - in /websites/production/camel/content: ./ cache/

Author: buildbot
Date: Fri Aug  3 20:19:19 2012
New Revision: 827908

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/book-pattern-appendix.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/event-driven-consumer.html
    websites/production/camel/content/guaranteed-delivery.html
    websites/production/camel/content/message-bus.html
    websites/production/camel/content/message-dispatcher.html
    websites/production/camel/content/messaging-gateway.html
    websites/production/camel/content/point-to-point-channel.html

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 Aug  3 20:19:19 2012
@@ -14994,21 +14994,21 @@ from(<span class="code-quote">"activemq:
 
 <h3><a shape="rect" name="BookInOnePage-GuaranteedDelivery"></a>Guaranteed Delivery</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/GuaranteedMessaging.html" rel="nofollow">Guaranteed Delivery</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using among others the following components:</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/GuaranteedMessaging.html" rel="nofollow">Guaranteed Delivery</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using among others the following components:</p>
 
 <ul><li><a shape="rect" href="file2.html" title="File2">File</a> for using file systems as a persistent store of messages</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> when using persistent delivery (the default) for working with JMS Queues and Topics for high performance, clustering and load balancing</li><li><a shape="rect" href="jpa.html" title="JPA">JPA</a> for using a database as a persistence layer, or use any of the many other database component such as <a shape="rect" href="sql.html" title="SQL">SQL</a>, <a shape="rect" href="jdbc.html" title="JDBC">JDBC</a>, <a shape="rect" href="ibatis.html" title="iBATIS">iBATIS</a>/<a shape="rect" href="mybatis.html" title="MyBatis">MyBatis</a>, <a shape="rect" href="hibernate.html" title="Hibernate">Hibernate</a></li><li><a shape="rect" href="hawtdb.html" title="HawtDB">HawtDB</a> for a lightweight key-value persistent store</li></ul>
 
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/GuaranteedMessagingSolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/GuaranteedMessagingSolution.gif" style="border: 0px solid black"></span></p>
 
 <h4><a shape="rect" name="BookInOnePage-UsingThisPattern"></a>Using This Pattern</h4>
 
 <p>If you would like to use this EIP Pattern then please read the <a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a>, you may also find the <a shape="rect" href="architecture.html" title="Architecture">Architecture</a> useful particularly the description of <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> and <a shape="rect" href="uris.html" title="URIs">URIs</a>. Then you could try out some of the <a shape="rect" href="examples.html" title="Examples">Examples</a> first before trying this pattern out.</p>
 <h3><a shape="rect" name="BookInOnePage-MessageBus"></a>Message Bus</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/PointToPointChannel.html" rel="nofollow">Message Bus</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>. You could view Camel as a Message Bus itself as it allows producers and consumers to be decoupled.</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/PointToPointChannel.html" rel="nofollow">Message Bus</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>. You could view Camel as a Message Bus itself as it allows producers and consumers to be decoupled.</p>
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/MessageBusSolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/MessageBusSolution.gif" style="border: 0px solid black"></span></p>
 
 <p>Folks often assume that a Message Bus is a JMS though so you may wish to refer to the <a shape="rect" href="jms.html" title="JMS">JMS</a> component for traditional MOM support.<br clear="none">
 Also worthy of note is the <a shape="rect" href="xmpp.html" title="XMPP">XMPP</a> component for supporting messaging over XMPP (Jabber)</p>
@@ -19053,9 +19053,9 @@ from(<span class="code-quote">"file:<spa
 <p>If you would like to use this EIP Pattern then please read the <a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a>, you may also find the <a shape="rect" href="architecture.html" title="Architecture">Architecture</a> useful particularly the description of <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> and <a shape="rect" href="uris.html" title="URIs">URIs</a>. Then you could try out some of the <a shape="rect" href="examples.html" title="Examples">Examples</a> first before trying this pattern out.</p>
 <h3><a shape="rect" name="BookInOnePage-EventDrivenConsumer"></a>Event Driven Consumer</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/EventDrivenConsumer.html" rel="nofollow">Event Driven Consumer</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>. The default consumer model is event based (i.e. asynchronous) as this means that the Camel container can then manage pooling, threading and concurrency for you in a declarative manner.</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/EventDrivenConsumer.html" rel="nofollow">Event Driven Consumer</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>. The default consumer model is event based (i.e. asynchronous) as this means that the Camel container can then manage pooling, threading and concurrency for you in a declarative manner.</p>
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/EventDrivenConsumerSolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/EventDrivenConsumerSolution.gif" style="border: 0px solid black"></span></p>
 
 <p>The Event Driven Consumer is implemented by consumers implementing the <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Processor.html">Processor</a> interface which is invoked by the <a shape="rect" href="message-endpoint.html" title="Message Endpoint">Message Endpoint</a> when a <a shape="rect" href="message.html" title="Message">Message</a> is available for processing.</p>
 
@@ -19361,9 +19361,9 @@ from(<span class="code-quote">"jms:MyQue
 <p>If you would like to use this EIP Pattern then please read the <a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a>, you may also find the <a shape="rect" href="architecture.html" title="Architecture">Architecture</a> useful particularly the description of <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> and <a shape="rect" href="uris.html" title="URIs">URIs</a>. Then you could try out some of the <a shape="rect" href="examples.html" title="Examples">Examples</a> first before trying this pattern out.</p>
 <h3><a shape="rect" name="BookInOnePage-MessageDispatcher"></a>Message Dispatcher</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/MessageDispatcher.html" rel="nofollow">Message Dispatcher</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using various approaches.</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/MessageDispatcher.html" rel="nofollow">Message Dispatcher</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using various approaches.</p>
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/MessageDispatcher.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/MessageDispatcher.gif" style="border: 0px solid black"></span></p>
 
 <p>You can use a component like <a shape="rect" href="jms.html" title="JMS">JMS</a> with selectors to implement a <a shape="rect" href="selective-consumer.html" title="Selective Consumer">Selective Consumer</a> as the Message Dispatcher implementation. Or you can use an <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> as the Message Dispatcher itself and then use a <a shape="rect" href="content-based-router.html" title="Content Based Router">Content Based Router</a> as the Message Dispatcher.</p>
 
@@ -20237,9 +20237,9 @@ This is done using the <tt>markRollbackO
 <p>If you would like to use this EIP Pattern then please read the <a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a>, you may also find the <a shape="rect" href="architecture.html" title="Architecture">Architecture</a> useful particularly the description of <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> and <a shape="rect" href="uris.html" title="URIs">URIs</a>. Then you could try out some of the <a shape="rect" href="examples.html" title="Examples">Examples</a> first before trying this pattern out.</p>
 <h3><a shape="rect" name="BookInOnePage-MessagingGateway"></a>Messaging Gateway</h3>
 
-<p>Camel has several endpoint components that support the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/MessagingGateway.html" rel="nofollow">Messaging Gateway</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>.</p>
+<p>Camel has several endpoint components that support the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/MessagingGateway.html" rel="nofollow">Messaging Gateway</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>.</p>
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/MessagingGatewaySolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/MessagingGatewaySolution.gif" style="border: 0px solid black"></span></p>
 
 <p>Components like <a shape="rect" href="bean.html" title="Bean">Bean</a> and <a shape="rect" href="cxf.html" title="CXF">CXF</a> provide a a way to bind a Java interface to the message exchange.</p>
 

Modified: websites/production/camel/content/book-pattern-appendix.html
==============================================================================
--- websites/production/camel/content/book-pattern-appendix.html (original)
+++ websites/production/camel/content/book-pattern-appendix.html Fri Aug  3 20:19:19 2012
@@ -386,12 +386,12 @@ from(<span class="code-quote">"activemq:
 <h2><a shape="rect" name="BookPatternAppendix-MessagingChannels"></a>Messaging Channels</h2>
 <h3><a shape="rect" name="BookPatternAppendix-PointtoPointChannel"></a>Point to Point Channel</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/PointToPointChannel.html" rel="nofollow">Point to Point Channel</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using the following components</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/PointToPointChannel.html" rel="nofollow">Point to Point Channel</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using the following components</p>
 
 <ul><li><a shape="rect" href="seda.html" title="SEDA">SEDA</a> for in-VM seda based messaging</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> for working with JMS Queues for high performance, clustering and load balancing</li><li><a shape="rect" href="jpa.html" title="JPA">JPA</a> for using a database as a simple message queue</li><li><a shape="rect" href="xmpp.html" title="XMPP">XMPP</a> for point-to-point communication over XMPP (Jabber)</li><li>and others</li></ul>
 
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/PointToPointSolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/PointToPointSolution.gif" style="border: 0px solid black"></span></p>
 
 <h4><a shape="rect" name="BookPatternAppendix-UsingThisPattern"></a>Using This Pattern</h4>
 
@@ -715,21 +715,21 @@ from(<span class="code-quote">"activemq:
 
 <h3><a shape="rect" name="BookPatternAppendix-GuaranteedDelivery"></a>Guaranteed Delivery</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/GuaranteedMessaging.html" rel="nofollow">Guaranteed Delivery</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using among others the following components:</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/GuaranteedMessaging.html" rel="nofollow">Guaranteed Delivery</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using among others the following components:</p>
 
 <ul><li><a shape="rect" href="file2.html" title="File2">File</a> for using file systems as a persistent store of messages</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> when using persistent delivery (the default) for working with JMS Queues and Topics for high performance, clustering and load balancing</li><li><a shape="rect" href="jpa.html" title="JPA">JPA</a> for using a database as a persistence layer, or use any of the many other database component such as <a shape="rect" href="sql.html" title="SQL">SQL</a>, <a shape="rect" href="jdbc.html" title="JDBC">JDBC</a>, <a shape="rect" href="ibatis.html" title="iBATIS">iBATIS</a>/<a shape="rect" href="mybatis.html" title="MyBatis">MyBatis</a>, <a shape="rect" href="hibernate.html" title="Hibernate">Hibernate</a></li><li><a shape="rect" href="hawtdb.html" title="HawtDB">HawtDB</a> for a lightweight key-value persistent store</li></ul>
 
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/GuaranteedMessagingSolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/GuaranteedMessagingSolution.gif" style="border: 0px solid black"></span></p>
 
 <h4><a shape="rect" name="BookPatternAppendix-UsingThisPattern"></a>Using This Pattern</h4>
 
 <p>If you would like to use this EIP Pattern then please read the <a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a>, you may also find the <a shape="rect" href="architecture.html" title="Architecture">Architecture</a> useful particularly the description of <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> and <a shape="rect" href="uris.html" title="URIs">URIs</a>. Then you could try out some of the <a shape="rect" href="examples.html" title="Examples">Examples</a> first before trying this pattern out.</p>
 <h3><a shape="rect" name="BookPatternAppendix-MessageBus"></a>Message Bus</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/PointToPointChannel.html" rel="nofollow">Message Bus</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>. You could view Camel as a Message Bus itself as it allows producers and consumers to be decoupled.</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/PointToPointChannel.html" rel="nofollow">Message Bus</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>. You could view Camel as a Message Bus itself as it allows producers and consumers to be decoupled.</p>
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/MessageBusSolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/MessageBusSolution.gif" style="border: 0px solid black"></span></p>
 
 <p>Folks often assume that a Message Bus is a JMS though so you may wish to refer to the <a shape="rect" href="jms.html" title="JMS">JMS</a> component for traditional MOM support.<br clear="none">
 Also worthy of note is the <a shape="rect" href="xmpp.html" title="XMPP">XMPP</a> component for supporting messaging over XMPP (Jabber)</p>
@@ -4774,9 +4774,9 @@ from(<span class="code-quote">"file:<spa
 <p>If you would like to use this EIP Pattern then please read the <a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a>, you may also find the <a shape="rect" href="architecture.html" title="Architecture">Architecture</a> useful particularly the description of <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> and <a shape="rect" href="uris.html" title="URIs">URIs</a>. Then you could try out some of the <a shape="rect" href="examples.html" title="Examples">Examples</a> first before trying this pattern out.</p>
 <h3><a shape="rect" name="BookPatternAppendix-EventDrivenConsumer"></a>Event Driven Consumer</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/EventDrivenConsumer.html" rel="nofollow">Event Driven Consumer</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>. The default consumer model is event based (i.e. asynchronous) as this means that the Camel container can then manage pooling, threading and concurrency for you in a declarative manner.</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/EventDrivenConsumer.html" rel="nofollow">Event Driven Consumer</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>. The default consumer model is event based (i.e. asynchronous) as this means that the Camel container can then manage pooling, threading and concurrency for you in a declarative manner.</p>
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/EventDrivenConsumerSolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/EventDrivenConsumerSolution.gif" style="border: 0px solid black"></span></p>
 
 <p>The Event Driven Consumer is implemented by consumers implementing the <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Processor.html">Processor</a> interface which is invoked by the <a shape="rect" href="message-endpoint.html" title="Message Endpoint">Message Endpoint</a> when a <a shape="rect" href="message.html" title="Message">Message</a> is available for processing.</p>
 
@@ -5082,9 +5082,9 @@ from(<span class="code-quote">"jms:MyQue
 <p>If you would like to use this EIP Pattern then please read the <a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a>, you may also find the <a shape="rect" href="architecture.html" title="Architecture">Architecture</a> useful particularly the description of <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> and <a shape="rect" href="uris.html" title="URIs">URIs</a>. Then you could try out some of the <a shape="rect" href="examples.html" title="Examples">Examples</a> first before trying this pattern out.</p>
 <h3><a shape="rect" name="BookPatternAppendix-MessageDispatcher"></a>Message Dispatcher</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/MessageDispatcher.html" rel="nofollow">Message Dispatcher</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using various approaches.</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/MessageDispatcher.html" rel="nofollow">Message Dispatcher</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using various approaches.</p>
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/MessageDispatcher.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/MessageDispatcher.gif" style="border: 0px solid black"></span></p>
 
 <p>You can use a component like <a shape="rect" href="jms.html" title="JMS">JMS</a> with selectors to implement a <a shape="rect" href="selective-consumer.html" title="Selective Consumer">Selective Consumer</a> as the Message Dispatcher implementation. Or you can use an <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> as the Message Dispatcher itself and then use a <a shape="rect" href="content-based-router.html" title="Content Based Router">Content Based Router</a> as the Message Dispatcher.</p>
 
@@ -5958,9 +5958,9 @@ This is done using the <tt>markRollbackO
 <p>If you would like to use this EIP Pattern then please read the <a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a>, you may also find the <a shape="rect" href="architecture.html" title="Architecture">Architecture</a> useful particularly the description of <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> and <a shape="rect" href="uris.html" title="URIs">URIs</a>. Then you could try out some of the <a shape="rect" href="examples.html" title="Examples">Examples</a> first before trying this pattern out.</p>
 <h3><a shape="rect" name="BookPatternAppendix-MessagingGateway"></a>Messaging Gateway</h3>
 
-<p>Camel has several endpoint components that support the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/MessagingGateway.html" rel="nofollow">Messaging Gateway</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>.</p>
+<p>Camel has several endpoint components that support the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/MessagingGateway.html" rel="nofollow">Messaging Gateway</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>.</p>
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/MessagingGatewaySolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/MessagingGatewaySolution.gif" style="border: 0px solid black"></span></p>
 
 <p>Components like <a shape="rect" href="bean.html" title="Bean">Bean</a> and <a shape="rect" href="cxf.html" title="CXF">CXF</a> provide a a way to bind a Java interface to the message exchange.</p>
 

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

Modified: websites/production/camel/content/event-driven-consumer.html
==============================================================================
--- websites/production/camel/content/event-driven-consumer.html (original)
+++ websites/production/camel/content/event-driven-consumer.html Fri Aug  3 20:19:19 2012
@@ -77,9 +77,9 @@
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h3><a shape="rect" name="EventDrivenConsumer-EventDrivenConsumer"></a>Event Driven Consumer</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/EventDrivenConsumer.html" rel="nofollow">Event Driven Consumer</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>. The default consumer model is event based (i.e. asynchronous) as this means that the Camel container can then manage pooling, threading and concurrency for you in a declarative manner.</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/EventDrivenConsumer.html" rel="nofollow">Event Driven Consumer</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>. The default consumer model is event based (i.e. asynchronous) as this means that the Camel container can then manage pooling, threading and concurrency for you in a declarative manner.</p>
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/EventDrivenConsumerSolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/EventDrivenConsumerSolution.gif" style="border: 0px solid black"></span></p>
 
 <p>The Event Driven Consumer is implemented by consumers implementing the <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Processor.html">Processor</a> interface which is invoked by the <a shape="rect" href="message-endpoint.html" title="Message Endpoint">Message Endpoint</a> when a <a shape="rect" href="message.html" title="Message">Message</a> is available for processing.</p>
 

Modified: websites/production/camel/content/guaranteed-delivery.html
==============================================================================
--- websites/production/camel/content/guaranteed-delivery.html (original)
+++ websites/production/camel/content/guaranteed-delivery.html Fri Aug  3 20:19:19 2012
@@ -77,12 +77,12 @@
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h3><a shape="rect" name="GuaranteedDelivery-GuaranteedDelivery"></a>Guaranteed Delivery</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/GuaranteedMessaging.html" rel="nofollow">Guaranteed Delivery</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using among others the following components:</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/GuaranteedMessaging.html" rel="nofollow">Guaranteed Delivery</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using among others the following components:</p>
 
 <ul><li><a shape="rect" href="file2.html" title="File2">File</a> for using file systems as a persistent store of messages</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> when using persistent delivery (the default) for working with JMS Queues and Topics for high performance, clustering and load balancing</li><li><a shape="rect" href="jpa.html" title="JPA">JPA</a> for using a database as a persistence layer, or use any of the many other database component such as <a shape="rect" href="sql.html" title="SQL">SQL</a>, <a shape="rect" href="jdbc.html" title="JDBC">JDBC</a>, <a shape="rect" href="ibatis.html" title="iBATIS">iBATIS</a>/<a shape="rect" href="mybatis.html" title="MyBatis">MyBatis</a>, <a shape="rect" href="hibernate.html" title="Hibernate">Hibernate</a></li><li><a shape="rect" href="hawtdb.html" title="HawtDB">HawtDB</a> for a lightweight key-value persistent store</li></ul>
 
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/GuaranteedMessagingSolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/GuaranteedMessagingSolution.gif" style="border: 0px solid black"></span></p>
 
 <h4><a shape="rect" name="GuaranteedDelivery-UsingThisPattern"></a>Using This Pattern</h4>
 

Modified: websites/production/camel/content/message-bus.html
==============================================================================
--- websites/production/camel/content/message-bus.html (original)
+++ websites/production/camel/content/message-bus.html Fri Aug  3 20:19:19 2012
@@ -77,9 +77,9 @@
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h3><a shape="rect" name="MessageBus-MessageBus"></a>Message Bus</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/PointToPointChannel.html" rel="nofollow">Message Bus</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>. You could view Camel as a Message Bus itself as it allows producers and consumers to be decoupled.</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/PointToPointChannel.html" rel="nofollow">Message Bus</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>. You could view Camel as a Message Bus itself as it allows producers and consumers to be decoupled.</p>
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/MessageBusSolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/MessageBusSolution.gif" style="border: 0px solid black"></span></p>
 
 <p>Folks often assume that a Message Bus is a JMS though so you may wish to refer to the <a shape="rect" href="jms.html" title="JMS">JMS</a> component for traditional MOM support.<br clear="none">
 Also worthy of note is the <a shape="rect" href="xmpp.html" title="XMPP">XMPP</a> component for supporting messaging over XMPP (Jabber)</p>

Modified: websites/production/camel/content/message-dispatcher.html
==============================================================================
--- websites/production/camel/content/message-dispatcher.html (original)
+++ websites/production/camel/content/message-dispatcher.html Fri Aug  3 20:19:19 2012
@@ -77,9 +77,9 @@
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h3><a shape="rect" name="MessageDispatcher-MessageDispatcher"></a>Message Dispatcher</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/MessageDispatcher.html" rel="nofollow">Message Dispatcher</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using various approaches.</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/MessageDispatcher.html" rel="nofollow">Message Dispatcher</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using various approaches.</p>
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/MessageDispatcher.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/MessageDispatcher.gif" style="border: 0px solid black"></span></p>
 
 <p>You can use a component like <a shape="rect" href="jms.html" title="JMS">JMS</a> with selectors to implement a <a shape="rect" href="selective-consumer.html" title="Selective Consumer">Selective Consumer</a> as the Message Dispatcher implementation. Or you can use an <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a> as the Message Dispatcher itself and then use a <a shape="rect" href="content-based-router.html" title="Content Based Router">Content Based Router</a> as the Message Dispatcher.</p>
 

Modified: websites/production/camel/content/messaging-gateway.html
==============================================================================
--- websites/production/camel/content/messaging-gateway.html (original)
+++ websites/production/camel/content/messaging-gateway.html Fri Aug  3 20:19:19 2012
@@ -77,9 +77,9 @@
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h3><a shape="rect" name="MessagingGateway-MessagingGateway"></a>Messaging Gateway</h3>
 
-<p>Camel has several endpoint components that support the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/MessagingGateway.html" rel="nofollow">Messaging Gateway</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>.</p>
+<p>Camel has several endpoint components that support the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/MessagingGateway.html" rel="nofollow">Messaging Gateway</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a>.</p>
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/MessagingGatewaySolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/MessagingGatewaySolution.gif" style="border: 0px solid black"></span></p>
 
 <p>Components like <a shape="rect" href="bean.html" title="Bean">Bean</a> and <a shape="rect" href="cxf.html" title="CXF">CXF</a> provide a a way to bind a Java interface to the message exchange.</p>
 

Modified: websites/production/camel/content/point-to-point-channel.html
==============================================================================
--- websites/production/camel/content/point-to-point-channel.html (original)
+++ websites/production/camel/content/point-to-point-channel.html Fri Aug  3 20:19:19 2012
@@ -77,12 +77,12 @@
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h3><a shape="rect" name="PointtoPointChannel-PointtoPointChannel"></a>Point to Point Channel</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.eaipatterns.com/PointToPointChannel.html" rel="nofollow">Point to Point Channel</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using the following components</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/PointToPointChannel.html" rel="nofollow">Point to Point Channel</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using the following components</p>
 
 <ul><li><a shape="rect" href="seda.html" title="SEDA">SEDA</a> for in-VM seda based messaging</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> for working with JMS Queues for high performance, clustering and load balancing</li><li><a shape="rect" href="jpa.html" title="JPA">JPA</a> for using a database as a simple message queue</li><li><a shape="rect" href="xmpp.html" title="XMPP">XMPP</a> for point-to-point communication over XMPP (Jabber)</li><li>and others</li></ul>
 
 
-<p><span class="image-wrap" style=""><img src="http://www.eaipatterns.com/img/PointToPointSolution.gif" style="border: 0px solid black"></span></p>
+<p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/PointToPointSolution.gif" style="border: 0px solid black"></span></p>
 
 <h4><a shape="rect" name="PointtoPointChannel-UsingThisPattern"></a>Using This Pattern</h4>