Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 460 invoked from network); 8 May 2007 17:53:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2007 17:53:37 -0000 Received: (qmail 30054 invoked by uid 500); 8 May 2007 17:53:43 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 30040 invoked by uid 500); 8 May 2007 17:53:43 -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 30021 invoked by uid 99); 8 May 2007 17:53:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2007 10:53:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of james.strachan@gmail.com designates 72.14.246.242 as permitted sender) Received: from [72.14.246.242] (HELO ag-out-0708.google.com) (72.14.246.242) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2007 10:53:35 -0700 Received: by ag-out-0708.google.com with SMTP id 23so3265187agd for ; Tue, 08 May 2007 10:53:15 -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=RBR8IwRq0h1tn1cur1+p5B9ucPtC4z5XKmGrJyuvTz7Uvshm3O+4HJEJZLiG8z4WQc6GJ7HlISjTIFUuhMrcspqY6Qi4ok3PwstWnHUtSQiBLRdirCUFAJk0ICniw6O70L9sEIgQBHJPH1fii+i8qKYVWT+uh3mnKLLiDnGMZg0= 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=qNxl4wm+SYlQDJiWp2ZO/sTJWu/PZ8OwDdNwku8pUDHSTMzSWqiQxyDiRLpsU2zha41JHPhDu3XnvF9Bwb1aA868eveQP2P3N/H6/KZuGvyudLJ0PM3hQwFQyi40waYtX7d30fyUsYDkuKQkcgcE8oinmluPlCxGsOG6i7anlLs= Received: by 10.90.115.4 with SMTP id n4mr6628252agc.1178646794761; Tue, 08 May 2007 10:53:14 -0700 (PDT) Received: by 10.90.105.5 with HTTP; Tue, 8 May 2007 10:53:14 -0700 (PDT) Message-ID: Date: Tue, 8 May 2007 10:53:14 -0700 From: "James Strachan" To: users@activemq.apache.org Subject: Re: Dynamic Queue Creation In-Reply-To: <10379763.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <10377710.post@talk.nabble.com> <10379763.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On 5/8/07, SBenj wrote: > > Thanks much for the explanations. > > I've tried to backtrack the exploration process I went through to recreate > the stack trace without success. I can tell you it was in the process of > trying to create a Topic in the code to subscribe to from a virtualQueue. > Sorry I can't be more specific. FWIW with virtual topics, the consumer does use an actual Queue to get the load balancing features of queues. You can use a Destination to avoid having to cast to either a Queue or Topi -- James ------- http://macstrac.blogspot.com/