Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 51596 invoked from network); 24 Apr 2009 14:44:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Apr 2009 14:44:09 -0000 Received: (qmail 51457 invoked by uid 500); 24 Apr 2009 14:44:08 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 51383 invoked by uid 500); 24 Apr 2009 14:44:08 -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 51330 invoked by uid 99); 24 Apr 2009 14:43:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2009 14:43:50 +0000 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 (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 Apr 2009 14:43:39 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LxMcY-0002XZ-V5 for users@activemq.apache.org; Fri, 24 Apr 2009 07:43:18 -0700 Message-ID: <23217832.post@talk.nabble.com> Date: Fri, 24 Apr 2009 07:43:18 -0700 (PDT) From: Eric-AWL To: users@activemq.apache.org Subject: Queue/Topic name length and performance ? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: eric.vincent@atosorigin.com X-Virus-Checked: Checked by ClamAV on apache.org Hi everybody Has the queue/topic name length an impact on performance ? I explain. I used selectors on queue/topics to address specific consumers. I tried to use ConsumerEventSource to track consumers starts and stops ... But I could no longer use my selectors because ConsumerEventSource are associated to queue and topics without selector filter. So I created dynamic queues and topics with longer names (they include the selector value which can be long) Ex of name : "CATE-CHARGE-ReponseCharge-chargebusClient(ytsvmx01s.priv.awl.fr)" It works but I'm badly surprised that my performance are worse than with selectors although I believed that selectors were not very performant. (From 22seconds to 25seconds). (It's possible my new ConsumerEventSource listeners are the real reason of the performance decrease) Has someone some precision to tell me about ? Thank you Eric-AWL -- View this message in context: http://www.nabble.com/Queue-Topic-name-length-and-performance---tp23217832p23217832.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.