Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 64901 invoked from network); 14 Jul 2006 19:19:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jul 2006 19:19:46 -0000 Received: (qmail 84054 invoked by uid 500); 14 Jul 2006 19:19:46 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 84018 invoked by uid 500); 14 Jul 2006 19:19:46 -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 84007 invoked by uid 99); 14 Jul 2006 19:19:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2006 12:19:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2006 12:19:45 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1G1TC9-0001JX-6V for activemq-dev@geronimo.apache.org; Fri, 14 Jul 2006 12:19:25 -0700 Message-ID: <5332644.post@talk.nabble.com> Date: Fri, 14 Jul 2006 12:19:25 -0700 (PDT) From: bmadigan To: activemq-dev@geronimo.apache.org Subject: Re: Virtual Topics (was Re: Failover topic subscribers) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: bmadigan@orbitz.com X-Nabble-From: bmadigan References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think something will need to be done in addConsumer(...). When a consumer subscribes to a queue called ActiveMQ.Virtual.GroupName.TopicName, the Destination is not created until someone sends a message to it. The getDestinations(ActiveMQDestination) method returns nothing for "ActiveMQ.Virtual.*.TEST" when a producer publishes to a Topic called "TEST". Should we override the lazy instantiation of ActiveMQDestinations for consumers with the ActiveMQ.Virtual prefix, or just change the way getDestinations(..) works to get destinations that have not been created? -- View this message in context: http://www.nabble.com/Re%3A-Virtual-Topics-%28was-Re%3A-Failover-topic-subscribers%29-tf1942508.html#a5332644 Sent from the ActiveMQ - Dev forum at Nabble.com.