Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 43043 invoked from network); 4 Feb 2011 14:37:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Feb 2011 14:37:38 -0000 Received: (qmail 57801 invoked by uid 500); 4 Feb 2011 14:37:37 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 57762 invoked by uid 500); 4 Feb 2011 14:37:36 -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 57747 invoked by uid 99); 4 Feb 2011 14:37:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Feb 2011 14:37:35 +0000 X-ASF-Spam-Status: No, hits=3.0 required=5.0 tests=FORGED_YAHOO_RCVD,FREEMAIL_FROM,RFC_ABUSE_POST,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Feb 2011 14:37:29 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1PlMma-0007IB-0v for users@camel.apache.org; Fri, 04 Feb 2011 06:37:08 -0800 Date: Fri, 4 Feb 2011 06:37:08 -0800 (PST) From: rxm0203 To: users@camel.apache.org Message-ID: <1296830228021-3371061.post@n5.nabble.com> In-Reply-To: References: <1296240186695-3361913.post@n5.nabble.com> <1296433034168-3363900.post@n5.nabble.com> Subject: Re: Dead Letter Error Handler and non blocking mode MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Claus, I upgraded to Camel 2.4 but I see still see blocking behavior. Here are the contents of my camel-context.xml. With above configuration if activemq:queue:Order.User1 is in retry mode, Camel doesn't process any messages from activemq:queue.Order.User2 queue. Camel waits to complete all retries in activemq:queue:Order.User1 before processing any message in activemq:queue.Order.User2 queue. Am I missing any configuration here? Thanks, Rahul -- View this message in context: http://camel.465427.n5.nabble.com/Dead-Letter-Error-Handler-and-non-blocking-mode-tp3361913p3371061.html Sent from the Camel - Users mailing list archive at Nabble.com.