You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/10/09 13:28:39 UTC

svn commit: r583114 - in /activemq/trunk/activemq-core: pom.xml src/main/java/org/apache/activemq/camel/component/package.html src/main/java/org/apache/activemq/camel/package.html

Author: jstrachan
Date: Tue Oct  9 04:28:38 2007
New Revision: 583114

URL: http://svn.apache.org/viewvc?rev=583114&view=rev
Log:
updated the javadoc to be more clear about the camel support

Modified:
    activemq/trunk/activemq-core/pom.xml
    activemq/trunk/activemq-core/src/main/java/org/apache/activemq/camel/component/package.html
    activemq/trunk/activemq-core/src/main/java/org/apache/activemq/camel/package.html

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=583114&r1=583113&r2=583114&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Tue Oct  9 04:28:38 2007
@@ -247,6 +247,10 @@
               <packages>org.apache.activemq.blob:org.apache.activemq.jndi</packages>
             </group>
             <group>
+              <title>Enterprise Integration Pattern support via Camel</title>
+              <packages>org.apache.activemq.camel:org.apache.activemq.camel.*</packages>
+            </group>
+            <group>
               <title>Spring support</title>
               <packages>org.apache.activemq.spring:org.apache.activemq.xbean:org.apache.activemq.pool</packages>
             </group>

Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/camel/component/package.html
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/camel/component/package.html?rev=583114&r1=583113&r2=583114&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/main/java/org/apache/activemq/camel/component/package.html (original)
+++ activemq/trunk/activemq-core/src/main/java/org/apache/activemq/camel/component/package.html Tue Oct  9 04:28:38 2007
@@ -19,7 +19,11 @@
 </head>
 <body>
 
-Defines the <a href="http://activemq.apache.org/camel/activemq.html">ActiveMQ Component</a>
+Defines the <a href="http://activemq.apache.org/camel/activemq.html">ActiveMQ Component</a> for
+<a href="http://activemq.apache.org/camel/">Camel</a> to provide great
+<a href="http://activemq.apache.org/camel/enterprise-integration-patterns.html">Enterprise Integration Patterns</a>
+integration for ActiveMQ users.
+
 
 </body>
 </html>

Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/camel/package.html
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/camel/package.html?rev=583114&r1=583113&r2=583114&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/main/java/org/apache/activemq/camel/package.html (original)
+++ activemq/trunk/activemq-core/src/main/java/org/apache/activemq/camel/package.html Tue Oct  9 04:28:38 2007
@@ -19,7 +19,11 @@
 </head>
 <body>
 
-Defines a JMS client which is capable of sending and receiving messages to Camel endpoints
+Defines a JMS client which is capable of sending and receiving messages to
+<a href="http://activemq.apache.org/camel/">Camel</a>
+<a href="http://activemq.apache.org/camel/endpoint.html">endpoints</a> to provide
+<a href="http://activemq.apache.org/camel/enterprise-integration-patterns.html">Enterprise Integration Patterns</a> 
+integration in any JMS client application.
 
 </body>
 </html>