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 8CF97954C for ; Thu, 29 Sep 2011 19:00:08 +0000 (UTC) Received: (qmail 11079 invoked by uid 500); 29 Sep 2011 19:00:08 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 11050 invoked by uid 500); 29 Sep 2011 19:00:08 -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 11041 invoked by uid 99); 29 Sep 2011 19:00:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 19:00:08 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 19:00:06 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7B0202A0947 for ; Thu, 29 Sep 2011 18:59:46 +0000 (UTC) Date: Thu, 29 Sep 2011 18:59:46 +0000 (UTC) From: "Gary Tully (Created) (JIRA)" To: dev@activemq.apache.org Message-ID: <1726845781.8678.1317322786505.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (AMQ-3519) Allow getJMSRedelivered flag to survive a restart MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Allow getJMSRedelivered flag to survive a restart ------------------------------------------------- Key: AMQ-3519 URL: https://issues.apache.org/jira/browse/AMQ-3519 Project: ActiveMQ Issue Type: New Feature Components: Broker, JMS client Affects Versions: 5.5.0 Reporter: Gary Tully Fix For: 5.6.0 Jmsredelivery status is maintained by the activemq consumer and in memory by the broker when a consumer closes. If the broker is restarted, the redelivery status is lost. The broker never rewrites a message so the modified property is lost. To make the redelivery flag reliable, it needs to be persisted. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira