Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 806 invoked from network); 4 Jul 2007 11:44:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2007 11:44:55 -0000 Received: (qmail 59670 invoked by uid 500); 4 Jul 2007 11:44:57 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 59635 invoked by uid 500); 4 Jul 2007 11:44:56 -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 59623 invoked by uid 99); 4 Jul 2007 11:44:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2007 04:44:56 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2007 04:44:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 05019714223 for ; Wed, 4 Jul 2007 04:44:32 -0700 (PDT) Message-ID: <27333579.1183549472922.JavaMail.jira@brutus> Date: Wed, 4 Jul 2007 04:44:32 -0700 (PDT) From: "Kenny MacLeod (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-1310) [JDBCPersistenceAdapter] lockKeepAlivePeriod cannot be modified MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [JDBCPersistenceAdapter] lockKeepAlivePeriod cannot be modified --------------------------------------------------------------- Key: AMQ-1310 URL: https://issues.apache.org/activemq/browse/AMQ-1310 Project: ActiveMQ Issue Type: Improvement Components: Message Store Affects Versions: 4.1.0 Reporter: Kenny MacLeod Priority: Minor The lockKeepAlivePeriod property in JDBCPersistenceAdapter is initialised to zero, and cannot be modified, so lock keep-alives can never be performed. It needs a setter method to configure this property via the spring file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.