Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 4160 invoked from network); 6 Aug 2008 20:12:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2008 20:12:45 -0000 Received: (qmail 85208 invoked by uid 500); 6 Aug 2008 20:12:43 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 85166 invoked by uid 500); 6 Aug 2008 20:12:42 -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 85145 invoked by uid 99); 6 Aug 2008 20:12:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2008 13:12:42 -0700 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; Wed, 06 Aug 2008 20:11:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B2B45234C18C for ; Wed, 6 Aug 2008 13:11:52 -0700 (PDT) Message-ID: <1750931501.1218053512730.JavaMail.jira@brutus> Date: Wed, 6 Aug 2008 13:11:52 -0700 (PDT) From: "Robert Walls (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQNET-98) Initial Support for Multicast Discovery In-Reply-To: <1462763195.1217452080291.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQNET-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Walls updated AMQNET-98: ------------------------------- Attachment: nms_activeMQ_MulticastDiscovery_v0_1.patch > Initial Support for Multicast Discovery > --------------------------------------- > > Key: AMQNET-98 > URL: https://issues.apache.org/activemq/browse/AMQNET-98 > Project: ActiveMQ .Net > Issue Type: New Feature > Components: ActiveMQ Client > Affects Versions: 1.0 > Environment: Patched created using TortoiseSVN v1.4.8. > Reporter: Robert Walls > Assignee: James Strachan > Priority: Minor > Fix For: 1.1 > > Attachments: nms_activeMQ_MulticastDiscovery.patch > > > Added initial support for multicast discovery using "multicast://239.255.2.3:6155" as the default discovery URI string. > Connection strings such as "discovery://multicast://default?transport.RequestTimeout=500" may now be used to enable the use of multicast discovery. > Note: In order to build I had to turn off code signing on the affected assemblies. > Files Modified: > ConnectionFactory.cs > Files Created: > Transport\TransportFactory.cs > Discovery\Multicast\DiscoveryTransportFactory.cs > Multicast\MulticastDiscoveryAgent.cs -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.