Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 87772 invoked from network); 1 Jun 2010 11:16:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 11:16:48 -0000 Received: (qmail 65720 invoked by uid 500); 1 Jun 2010 11:16:47 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 65524 invoked by uid 500); 1 Jun 2010 11:16:45 -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 65516 invoked by uid 99); 1 Jun 2010 11:16:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 11:16:44 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.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; Tue, 01 Jun 2010 11:16:38 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OJPSD-0005jN-Lq for users@activemq.apache.org; Tue, 01 Jun 2010 04:16:17 -0700 Message-ID: <28740437.post@talk.nabble.com> Date: Tue, 1 Jun 2010 04:16:17 -0700 (PDT) From: cmoulliard To: users@activemq.apache.org Subject: Strange behavior with VirtualTopic and loadbalancing MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: cmoulliard@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have configured an ActiveMq server 5.3.2 to use VirtualTopic : I have two consumers connected to the following queues : Consumer.A.VirtualTopic.Orders Consumer.B.VirtualTopic.Orders and I produce the messages like that ant producer -Dsubject="VirtualTopic.Orders" -Dtopic="true" -Ddurable=true -Dmax=200 When I look to the messages received by ConsumerA and ConsumerB, they receive both all the messages. Question : Is it a normal behavior or should I do something else to loadbalance messages between consumers where messages are published in a VirtualTopic ? KR, ----- Charles Moulliard SOA Architect My Blog : http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/ -- View this message in context: http://old.nabble.com/Strange-behavior-with-VirtualTopic-and-loadbalancing-tp28740437p28740437.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.