Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-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 1EBA4F08B for ; Thu, 4 Apr 2013 14:35:17 +0000 (UTC) Received: (qmail 54828 invoked by uid 500); 4 Apr 2013 14:35:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 54704 invoked by uid 500); 4 Apr 2013 14:35:16 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 54666 invoked by uid 99); 4 Apr 2013 14:35:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Apr 2013 14:35:16 +0000 Date: Thu, 4 Apr 2013 14:35:16 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMQ-4435) ActiveMQConnectionFatory should populate "consumerFailoverRedeliveryWaitPeriod" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-4435. ------------------------------- Resolution: Fixed Fix Version/s: 5.9.0 > ActiveMQConnectionFatory should populate "consumerFailoverRedeliveryWaitPeriod" > ------------------------------------------------------------------------------- > > Key: AMQ-4435 > URL: https://issues.apache.org/jira/browse/AMQ-4435 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.8.0 > Reporter: Daniel Guggi > Priority: Trivial > Fix For: 5.9.0 > > > ActiveMQConnectionFactory contains "consumerFailoverRedeliveryWaitPeriod" to be applied to the connection created - however method "populateProperties()" ignores this property. > The following should be added to populateProperties() method > {code} > props.setProperty("consumerFailoverRedeliveryWaitPeriod", Long.toString(consumerFailoverRedeliveryWaitPeriod)); > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira