Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 70427 invoked from network); 11 Sep 2009 08:38:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Sep 2009 08:38:35 -0000 Received: (qmail 93727 invoked by uid 500); 11 Sep 2009 08:38:34 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 93651 invoked by uid 500); 11 Sep 2009 08:38:34 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 93641 invoked by uid 99); 11 Sep 2009 08:38:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 08:38:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 08:38:32 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6D53C234C4AA for ; Fri, 11 Sep 2009 01:38:12 -0700 (PDT) Message-ID: <1359111349.1252658292446.JavaMail.jira@brutus> Date: Fri, 11 Sep 2009 01:38:12 -0700 (PDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (AMQ-2381) Multicast discovery does not work properly on multihomed Windows 2003 In-Reply-To: <168235405.1252535354197.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully reassigned AMQ-2381: ------------------------------- Assignee: Gary Tully > Multicast discovery does not work properly on multihomed Windows 2003 > --------------------------------------------------------------------- > > Key: AMQ-2381 > URL: https://issues.apache.org/activemq/browse/AMQ-2381 > Project: ActiveMQ > Issue Type: Improvement > Components: Connector > Affects Versions: 5.2.0 > Reporter: Igor Katkov > Assignee: Gary Tully > Priority: Minor > Fix For: 5.4.0 > > Attachments: patchfile.txt > > > Multicast discovery does not work properly on multihomed Windows 2003 > Packets are sent to unpredictable network interface that results in brokers loosing connection with each other. > It would be nice to be able to specify network interface for multicast socket right in the discovery URI. > So transport connection definition turns from > {code} > > > > {code} > to > {code} > > > > {code} > I added support for interface/networkInterface for multicast on multihomed hosts. See attached patch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.