Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 41166 invoked from network); 20 Feb 2007 16:32:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2007 16:32:28 -0000 Received: (qmail 49629 invoked by uid 500); 20 Feb 2007 16:32:35 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 49603 invoked by uid 500); 20 Feb 2007 16:32:35 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 49594 invoked by uid 99); 20 Feb 2007 16:32:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 08:32:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Tue, 20 Feb 2007 08:32:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3F97A7141E1 for ; Tue, 20 Feb 2007 08:32:06 -0800 (PST) Message-ID: <23868864.1171989126258.JavaMail.jira@brutus> Date: Tue, 20 Feb 2007 08:32:06 -0800 (PST) From: "Dominique Pfister (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-757) Allow multiple producers to feed/consume journal In-Reply-To: <29145768.1171985165896.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Pfister resolved JCR-757. ----------------------------------- Resolution: Fixed Added consumer/producer functionality to the journal and moved the associated classes to o.a.j.core.journal. Fixed in revision 509624. > Allow multiple producers to feed/consume journal > ------------------------------------------------ > > Key: JCR-757 > URL: https://issues.apache.org/jira/browse/JCR-757 > Project: Jackrabbit > Issue Type: New Feature > Affects Versions: 1.2.1 > Reporter: Dominique Pfister > Assigned To: Dominique Pfister > Priority: Minor > > Some clustered application based on jackrabbit might want to append custom records to the central journal in order to synchronize all nodes. Therefore, journal should provide support for multiple consumers/producers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.