Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1583010F70 for ; Thu, 27 Jun 2013 09:41:37 +0000 (UTC) Received: (qmail 39328 invoked by uid 500); 27 Jun 2013 09:41:36 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 38270 invoked by uid 500); 27 Jun 2013 09:41:31 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 38243 invoked by uid 99); 27 Jun 2013 09:41:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jun 2013 09:41:28 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of stan.ieugen@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-ob0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jun 2013 09:41:22 +0000 Received: by mail-ob0-f180.google.com with SMTP id eh20so483248obb.39 for ; Thu, 27 Jun 2013 02:41:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7vXHinZ+O7MkW0/mhXK0+LIHSuftGetH5l8IRHGDvmk=; b=U1gpr+gebPzSaNPDnXKGfG2HifxwkEhDKiyoeMtCHGw16Xs+b45MvbGOrGrgNxMuJk suMvUgkSVdJrC6CMintsfAD3R2zodfZE3k6Q+0bqyRq7KjbtGQjTvj8gKy6qXd7F3HA8 y0AcpdgofhE+BaBhLSl1Dn+eNVFn0vtY9YQetaTcKZ9TBjm4PyWFYL0h/4mE5fd9gL/j DFte9FYrtn2JWifOfRxK5V7tBHf+ICF5I00bIw/EeRkShAW5dXFHwHPEbAUt4HtWbiPl pu18APOCYQ+QbvlQxrcmNhKYRz9qxRmAwGaYHZech3xDZQcr2PoTV1NScpYuhBBUlfiq AuOA== MIME-Version: 1.0 X-Received: by 10.60.42.101 with SMTP id n5mr2428295oel.4.1372326061337; Thu, 27 Jun 2013 02:41:01 -0700 (PDT) Received: by 10.182.232.70 with HTTP; Thu, 27 Jun 2013 02:41:01 -0700 (PDT) Date: Thu, 27 Jun 2013 12:41:01 +0300 Message-ID: Subject: RoutingSlip with ActiveMQ Request/Reply From: Ioan Eugen Stan To: users@camel.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hello, I'm trying to implement a simple business process where I use the routing slip to route an Exchange via some endpoints. Each endpoint should do some processing and set some properties on the exchange. I set the MEP to InOut because I wish to use the properties on the message during the next RoutingSlip step. However this doesn't work as expected because properties are not returned from the first route. I've setup a test here where I route messages using the routing slip but the exchanges are not persisted with the reply. Am I missing something? The code: https://paste.apache.org/gYR2 -- Ioan Eugen Stan 0720 898 747