Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 51455 invoked from network); 9 Oct 2007 11:29:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 11:29:39 -0000 Received: (qmail 30068 invoked by uid 500); 9 Oct 2007 11:29:27 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 30034 invoked by uid 500); 9 Oct 2007 11:29:27 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 30024 invoked by uid 99); 9 Oct 2007 11:29:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 04:29:26 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 11:29:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7CD461A9832; Tue, 9 Oct 2007 04:28:39 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: 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 Date: Tue, 09 Oct 2007 11:28:39 -0000 To: commits@activemq.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071009112839.7CD461A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ org.apache.activemq.blob:org.apache.activemq.jndi + Enterprise Integration Pattern support via Camel + org.apache.activemq.camel:org.apache.activemq.camel.* + + Spring support org.apache.activemq.spring:org.apache.activemq.xbean:org.apache.activemq.pool 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 @@ -Defines the ActiveMQ Component +Defines the ActiveMQ Component for +Camel to provide great +Enterprise Integration Patterns +integration for ActiveMQ users. + 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 @@ -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 +Camel +endpoints to provide +Enterprise Integration Patterns +integration in any JMS client application.