Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28C0F11FD5 for ; Thu, 19 Jun 2014 10:51:30 +0000 (UTC) Received: (qmail 29296 invoked by uid 500); 19 Jun 2014 10:51:29 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 29249 invoked by uid 500); 19 Jun 2014 10:51:29 -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 29235 invoked by uid 99); 19 Jun 2014 10:51:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2014 10:51:29 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gary.tully@gmail.com designates 209.85.213.169 as permitted sender) Received: from [209.85.213.169] (HELO mail-ig0-f169.google.com) (209.85.213.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2014 10:51:27 +0000 Received: by mail-ig0-f169.google.com with SMTP id c1so674204igq.0 for ; Thu, 19 Jun 2014 03:51:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=sdgM7r3Jo+0Uu/6Vmm7GF+yFrMc9jM249paoyrYCypM=; b=UL+oXKoeTYOUOqma5wON/uT6U3FvetPJNNOM5gPjKTrrMFS7ouIxy5F1zQ4vsVmUgK q8eCsuF2Be+4XaLJFZcL36FuZuc2jFRAvvClxLtu29yXpjRQTzJzLbnLgJTXqGrnsYnt C/VcCr8Ti5EidKKfgKshzMxs6C5dMvlBDRaFySS/79K2lbVsrdRhkWrhTTO3QpbuZH3U qsJTXSV75XejM5tuVSAJ7EuakoFot0GT9QvOIVILg82S0yiI5OKF8SiKiRIE+NIp4gFt vmm991t6J3k+EnD/VHchGjGjUI/j/4LhYtYUvs5T0R8sZ7PT4F20Lo10u9TtB9OQquDv F+jQ== MIME-Version: 1.0 X-Received: by 10.50.79.164 with SMTP id k4mr5756385igx.3.1403175063215; Thu, 19 Jun 2014 03:51:03 -0700 (PDT) Received: by 10.64.11.227 with HTTP; Thu, 19 Jun 2014 03:51:03 -0700 (PDT) In-Reply-To: <1403110344350-4682268.post@n4.nabble.com> References: <1394051237576-4678567.post@n4.nabble.com> <1394137982506-4678596.post@n4.nabble.com> <1403110344350-4682268.post@n4.nabble.com> Date: Thu, 19 Jun 2014 11:51:03 +0100 Message-ID: Subject: Re: Message Groups and Network of Brokers (Still not supported?) From: Gary Tully To: "users@activemq.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org you are not missing anything, there is no group coordination across networks except that messages are forwarded in groups. So a network consumer is treated like a normal consumer. On 18 June 2014 17:52, thall wrote: > I am also in need message group functionality inside a network of brokers. > From the testing I have done it appears that the JMS groups are maintained > on a per broker basis. For example: > if I send a message to Broker A and it already has a group associated with a > specific consumer, of its own, it will have that consumer process the > message. > But if I send a message to Broker B, it is completely unaware of the group > being allocated and will pick a new consumer to handle the message. Once > Broker B has done this future messages sent to Broker B will be handled by > this consumer. > The same goes for other brokers on the network. They all have a local map > of groups -> consumers, but there is no coordination between brokers. > > I have tried to validate this in the code, I can see the messageGroupOwners > maintained inside the queue, but I don't see any kind of coordination. > > Am I missing anything? or is this the expected behavior? > > > > > -- > View this message in context: http://activemq.2283324.n4.nabble.com/Message-Groups-and-Network-of-Brokers-Still-not-supported-tp4678567p4682268.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- http://redhat.com http://blog.garytully.com