Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DEFBB107AC for ; Sun, 9 Nov 2014 13:22:55 +0000 (UTC) Received: (qmail 6627 invoked by uid 500); 9 Nov 2014 13:22:55 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 6576 invoked by uid 500); 9 Nov 2014 13:22:55 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 6567 invoked by uid 99); 9 Nov 2014 13:22:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Nov 2014 13:22:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Nov 2014 13:22:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5BFD02388A68 for ; Sun, 9 Nov 2014 13:22:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r928494 [3/4] - in /websites/production/camel/content: ./ 2014/11/ 2014/11/09/ cache/ Date: Sun, 09 Nov 2014 13:22:28 -0000 To: commits@camel.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141109132230.5BFD02388A68@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/production/camel/content/sitemap.html ============================================================================== --- websites/production/camel/content/sitemap.html (original) +++ websites/production/camel/content/sitemap.html Sun Nov 9 13:22:27 2014 @@ -79,7 +79,7 @@

Community

- +

Developers

Modified: websites/production/camel/content/tutorial-axis-camel.html ============================================================================== --- websites/production/camel/content/tutorial-axis-camel.html (original) +++ websites/production/camel/content/tutorial-axis-camel.html Sun Nov 9 13:22:27 2014 @@ -98,11 +98,11 @@
+/*]]>*/

Preface

This tutorial aims to guide the reader through the stages of creating a project which uses Camel to facilitate the routing of messages from a JMS queue to a Spring service. The route works in a synchronous fashion returning a response to the client.