Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 99554 invoked from network); 29 Sep 2008 07:59:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Sep 2008 07:59:13 -0000 Received: (qmail 11054 invoked by uid 500); 29 Sep 2008 07:59:12 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 11016 invoked by uid 500); 29 Sep 2008 07:59:11 -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 11005 invoked by uid 99); 29 Sep 2008 07:59:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 00:59:11 -0700 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; Mon, 29 Sep 2008 07:58:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AB80B234C1F5 for ; Mon, 29 Sep 2008 00:58:52 -0700 (PDT) Message-ID: <1135285752.1222675132701.JavaMail.jira@brutus> Date: Mon, 29 Sep 2008 00:58:52 -0700 (PDT) From: "Alexis Kinsella (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-1957) All in one patch concerning message dispatching problems with Spring DMLC 2.5.5 +JBoss 4.2.2 with cacheLevel=CACHE_NONE In-Reply-To: <1085220970.1222675012674.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/activemq/browse/AMQ-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexis Kinsella updated AMQ-1957: --------------------------------- Attachment: IndirectMessageReference.java.patch > All in one patch concerning message dispatching problems with Spring DMLC 2.5.5 +JBoss 4.2.2 with cacheLevel=CACHE_NONE > ----------------------------------------------------------------------------------------------------------------------- > > Key: AMQ-1957 > URL: https://issues.apache.org/activemq/browse/AMQ-1957 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.0.0, 5.1.0, 5.2.0 > Environment: Spring DMLC 2.5.5, JBoss 4.2.2, JDK 5 / 6, ActiveMQ 5.0.0.19 as remote broker with TCP transport > Reporter: Alexis Kinsella > Attachments: IndirectMessageReference.java.patch, PrefetchSubscription.java.patch, Queue.java.patch > > > Here is an all in one patches applied on version 5.0.0.19 > It is composed from 4 files directly applicable on Fuse v5.0.0.19 > They all concern package 'org.apache.activemq.broker.region'. > The effects of this patch are the following: > * Avoid multiple dispatching of same message to multiple subscription multiple time (Multiple dispatch to client consumers in some cases = > causes multiple commits for same message => causing negatives counters on Pending Message Count) > * Avoid the broker hanging when a queue has numerous messages in one queue > * MB-386 + Correction > * Some other little glitches -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.