Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57E3886F6 for ; Wed, 7 Sep 2011 19:07:52 +0000 (UTC) Received: (qmail 3022 invoked by uid 500); 7 Sep 2011 19:07:52 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 2938 invoked by uid 500); 7 Sep 2011 19:07:51 -0000 Mailing-List: contact dev-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 dev@camel.apache.org Received: (qmail 2929 invoked by uid 99); 7 Sep 2011 19:07:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2011 19:07:51 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dwhytock@gmail.com designates 209.85.213.173 as permitted sender) Received: from [209.85.213.173] (HELO mail-yx0-f173.google.com) (209.85.213.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2011 19:07:43 +0000 Received: by yxt3 with SMTP id 3so5103939yxt.32 for ; Wed, 07 Sep 2011 12:07:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=p5LC0pDCgIbcsqW+w4JWe3Bj6h+JQR1SqYhzloWkCeI=; b=wMWDYKzKQAJbb7jaeH/L2yu/cXNLcP+7sB+Daj3LstOKAowHt1ojyUBJwfm0Vdt9+I BH7jTDenlIaTGFdNgSSq+4XLHmyVBi+I2rSZOP9gCLHeoyLHFMwNFhmG51Kpd27H7fTl 3LamAESF/43ER0t00LiDFJ0cCbhLZtVVT5jcs= MIME-Version: 1.0 Received: by 10.68.32.194 with SMTP id l2mr11061302pbi.478.1315422442718; Wed, 07 Sep 2011 12:07:22 -0700 (PDT) Received: by 10.68.63.9 with HTTP; Wed, 7 Sep 2011 12:07:22 -0700 (PDT) In-Reply-To: <56683789-B754-460A-A295-98D63CD39721@gmail.com> References: <1315340201486-4775904.post@n5.nabble.com> <4E6731E5.3070007@die-schneider.net> <1315411858746-4779134.post@n5.nabble.com> <4E6799CD.6020305@gmail.com> <56683789-B754-460A-A295-98D63CD39721@gmail.com> Date: Wed, 7 Sep 2011 15:07:22 -0400 Message-ID: Subject: Re: [discuss] implementing Locks in Camel From: Donald Whytock To: dev@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Maybe contribute a LockingProcessor that accepts a Lock in the constructor? Don