Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-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 C6259D861 for ; Tue, 31 Jul 2012 09:57:31 +0000 (UTC) Received: (qmail 77218 invoked by uid 500); 31 Jul 2012 09:57:31 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 76967 invoked by uid 500); 31 Jul 2012 09:57:30 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 76929 invoked by uid 99); 31 Jul 2012 09:57:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 09:57:29 +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 (athena.apache.org: domain of gary.tully@gmail.com designates 209.85.212.179 as permitted sender) Received: from [209.85.212.179] (HELO mail-wi0-f179.google.com) (209.85.212.179) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 09:57:24 +0000 Received: by wibhq4 with SMTP id hq4so2249347wib.14 for ; Tue, 31 Jul 2012 02:57:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=se6Hh66os4hWE/FyEorl35gJH874EwUFxmpVy7qz4gg=; b=bTDRIHAT5L5YwzWp0c2ZZbW4DqdVCfAlOHq0xGgkcZjG73nU45nqAdDOysgANuDo2z YVlkKtGFGwS9/0a3hY5AHicNVBKHKhbSUGrm5KlqERHA1fmuX5VT3yy/5g+pu52J8Hvu j/IKVqbq1WW28k8XpG6c1jiGTVux230qOvkbF8iYM5XCI5UhChiaPrNrRJqgtTRLEwlL tLDMTM2RHHFCfTXKQmUPgJiPDhhcKLyZ4GfIIVf5DdXnrYwIHTUUEpcnmQqr+20blU93 4bY8ZS3pHArdBKJwKFraHJPxy0t6K4zTKZRyw8OTR594V4HEJoXXVjFzt0PknBk4VlAP 3zfw== MIME-Version: 1.0 Received: by 10.216.138.220 with SMTP id a70mr7387157wej.170.1343728622786; Tue, 31 Jul 2012 02:57:02 -0700 (PDT) Received: by 10.194.54.66 with HTTP; Tue, 31 Jul 2012 02:57:02 -0700 (PDT) In-Reply-To: References: Date: Tue, 31 Jul 2012 10:57:02 +0100 Message-ID: Subject: Re: Configuring Non-Blocking Redelivery in the Broker From: Gary Tully To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org The broker variant will be in 5.7, so you can try a 5.7-SNAPSHOT see: https://issues.apache.org/jira/browse/AMQ-3894 The implementation in 5.6 is configured on a connection factory as it augments the existing redelivery policy: https://issues.apache.org/jira/browse/AMQ-1853 On 30 July 2012 21:02, Chris Pratt wrote: > Is it possible to configure the new ActiveMQ 5.6 Non-Blocking Redelivery in > the Broker itself? Or can it only be done in the ConnectionFactory on the > client? If it is possible, does anyone have a short example of a proper > activemq.xml that might show me how to achieve this? Thanks. > (*Chris*) -- http://fusesource.com http://blog.garytully.com