Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 79623 invoked from network); 18 Oct 2006 14:53:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2006 14:53:21 -0000 Received: (qmail 1012 invoked by uid 500); 18 Oct 2006 14:53:20 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 982 invoked by uid 500); 18 Oct 2006 14:53:20 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 973 invoked by uid 99); 18 Oct 2006 14:53:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 07:53:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 07:53:19 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E27497142E1 for ; Wed, 18 Oct 2006 07:52:16 -0700 (PDT) Message-ID: <12509965.1161183136924.JavaMail.jira@brutus> Date: Wed, 18 Oct 2006 07:52:16 -0700 (PDT) From: "james strachan (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Resolved: (AMQ-980) lastImageSubscriptionRecoveryPolicy does not work with wildcards In-Reply-To: <27716317.1160988856788.JavaMail.jira@brutus> 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ https://issues.apache.org/activemq/browse/AMQ-980?page=all ] james strachan resolved AMQ-980. -------------------------------- Fix Version/s: 4.1 Resolution: Cannot Reproduce I've created a JUnit test case to try reproduce the issue. I've added the test case RetroactiveConsumerTestWithLastImagePolicyWithWildcardTest (in the activemq-core module) which creates a broker without persistence, sends 20 messages to different topics, then creates a retroactive consumer using a wildcard and it receives all 20 messages on each topic. Am wondering how to reproduce your issue - any ideas? Does this issue only show itself in ActiveMQ.Net? > lastImageSubscriptionRecoveryPolicy does not work with wildcards > ---------------------------------------------------------------- > > Key: AMQ-980 > URL: https://issues.apache.org/activemq/browse/AMQ-980 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 4.0.2 > Environment: Windows, JDK 1.5 > Reporter: Rob Lugt > Fix For: 4.1 > > > The lastImageSubscriptionRecoveryPolicy does not appear to work with wildcards. > In the following example, a new consumer only receives one message for the topics covered by the wildcard instead of receiving one message for each topic. > > config file:- > > > > > > > consumer subscription:- > GetTopic("PRICES.>?consumer.retrocactive=true"); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira