From dev-return-14815-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Tue Mar 24 04:43:06 2009 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 55962 invoked from network); 24 Mar 2009 04:43:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Mar 2009 04:43:06 -0000 Received: (qmail 31524 invoked by uid 500); 24 Mar 2009 04:43:05 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 31427 invoked by uid 500); 24 Mar 2009 04:43:04 -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 31417 invoked by uid 99); 24 Mar 2009 04:43:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 04:43:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 04:43:03 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E41F234C003 for ; Mon, 23 Mar 2009 21:42:43 -0700 (PDT) Message-ID: <838288072.1237869763568.JavaMail.jira@brutus> Date: Mon, 23 Mar 2009 21:42:43 -0700 (PDT) From: "Colin MacNaughton (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-2177) activemq-flow incremental updates for message persistence in router and flow queues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org activemq-flow incremental updates for message persistence in router and flow queues ------------------------------------------------------------------------------------ Key: AMQ-2177 URL: https://issues.apache.org/activemq/browse/AMQ-2177 Project: ActiveMQ Issue Type: Improvement Affects Versions: incubation Environment: N/A Reporter: Colin MacNaughton Fix For: incubation The general approach that I'm working toward is to make it so that downstream queues request persistence via the MessageDelivery object during dispatch. At the end of dispatch then the router passes the MessageDelivery to to the BrokerDatabase where it will persist the message for all sinks that requests persistence during dispatch. Added PersistentQueue interface and StoreHelper class for the flow queue package to assist in persisting messages. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.