Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 53457 invoked from network); 8 Aug 2007 12:06:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Aug 2007 12:06:38 -0000 Received: (qmail 50592 invoked by uid 500); 8 Aug 2007 12:06:37 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 50563 invoked by uid 500); 8 Aug 2007 12:06:37 -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 50554 invoked by uid 99); 8 Aug 2007 12:06:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2007 05:06:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of james.strachan@gmail.com designates 66.249.82.230 as permitted sender) Received: from [66.249.82.230] (HELO wx-out-0506.google.com) (66.249.82.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2007 12:06:28 +0000 Received: by wx-out-0506.google.com with SMTP id i30so130183wxd for ; Wed, 08 Aug 2007 05:06:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Rn1iEoBeFPpnQGXkwEAHUw+wziiPJBz+4pLKC9EHiYJKT8cVpjON7FIqetxt/HBDDqQPNJ/qhTpdHXM0w0PmKJiixRY4rXc3zRBFo8dZgSPPYe6SPcZYRVZN2rpkOcWYqxfCj+dmmzwhGDtL6ypdeLUcKDkGwcah3QWGbOWiymo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=foSJJ6Q4IIdaIZ+scZCsHYafXtHYlJi3WBWsdFw4zEx8cbmE8JxCBztgicqO7z9avN/nYMp4/qxjKzH6pEG+bsWQUum5YKHvZH+3EPOmL9/4nDuQ3N+H4oUxfnu/aQ/GiBdTZSOYO0Ty1LD3TXvXxkmuVVmIGbz4rky/Thh0v04= Received: by 10.90.66.9 with SMTP id o9mr254895aga.1186574770201; Wed, 08 Aug 2007 05:06:10 -0700 (PDT) Received: by 10.90.67.18 with HTTP; Wed, 8 Aug 2007 05:06:10 -0700 (PDT) Message-ID: Date: Wed, 8 Aug 2007 13:06:10 +0100 From: "James Strachan" To: dev@activemq.apache.org Subject: Re: Message selector does not work for durable topics In-Reply-To: <20070808112542.308600@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070808112542.308600@gmx.net> X-Virus-Checked: Checked by ClamAV on apache.org On 8/8/07, Rainer Klute wrote: > Are there any activities to get AMQ-1095 fixed? AFAIK noone's started work on this yet. > If not, how could I help? Firstly we welcome contributions... http://activemq.apache.org/contributing.html The best way to help is to try narrow down the issue; could you try determine for example; that this issue only happens with durable topics? i.e. do non-durable topics not have an issue? Ideally all bugs we find should have a JUnit test case to reproduce them; then we know its definitely a bug and we then know when its definitely fixed (and stays fixed). If you're feeling brave, once there's a JUnit test case, you could try debugging it & setting breakpoints on the RegionBroker / Topic / PrefetchSubscription classes in the activemq.broker.* classes and tracing the message delivery code to see why its not doing what you'd like -- James ------- http://macstrac.blogspot.com/