Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 24096 invoked from network); 24 Oct 2008 16:08:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2008 16:08:11 -0000 Received: (qmail 35257 invoked by uid 500); 24 Oct 2008 16:08:13 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 35240 invoked by uid 500); 24 Oct 2008 16:08:13 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 35229 invoked by uid 99); 24 Oct 2008 16:08:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2008 09:08:13 -0700 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2008 16:07:02 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KtPCP-0002vJ-BK for users@activemq.apache.org; Fri, 24 Oct 2008 09:07:41 -0700 Message-ID: <20152913.post@talk.nabble.com> Date: Fri, 24 Oct 2008 09:07:41 -0700 (PDT) From: qwidjibo To: users@activemq.apache.org Subject: Problem with overlapping unsubscribe MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: qwidjibo22@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org So, I've got an obnoxious issue here. I've got two subscriptions to queues within the same JVM -- One subscribes to A.B.*.* with priority = 4 Another subscribes to A.B.C.* with priority = 10 Everything works great until I unsubscribe the second one. After that, messages that match the A.B.C.* pattern won't appear on the first subscription. If I send an A.B.X.Y, it show up just fine. But A.B.C.D doesn't. I've tried putting the subscriptions in different sessions (or even different connections) but still don't have any luck. This is running against AMQ5.1 being run in the jvm with default configs, though I've confirmed the behavior in 4.1 as well. Ironically enough, if I try to telnet into stomp and reproduce, it works just fine. This only seems to happen in openwire. -- View this message in context: http://www.nabble.com/Problem-with-overlapping-unsubscribe-tp20152913p20152913.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.