Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 44043 invoked from network); 28 Aug 2008 05:27:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Aug 2008 05:27:22 -0000 Received: (qmail 48147 invoked by uid 500); 28 Aug 2008 05:27:19 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 48129 invoked by uid 500); 28 Aug 2008 05:27:19 -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 48118 invoked by uid 99); 28 Aug 2008 05:27:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 22:27:19 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of e.semog@gmail.com designates 209.85.198.241 as permitted sender) Received: from [209.85.198.241] (HELO rv-out-0708.google.com) (209.85.198.241) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2008 05:26:21 +0000 Received: by rv-out-0708.google.com with SMTP id f25so192376rvb.26 for ; Wed, 27 Aug 2008 22:26:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=YzxHL/lejLXAL//JBh28PJNGcUS1AyeK45vMwBY4tsY=; b=rl2aaJwxGEgX/bzZqi8jVOLLo5yJuVFLdrxld7HIMXdOxMj3/AcRXM9w88ha8tvJq8 QF8DhG6DK2KEsOHEI7jkpuzkmrCwcGae/vWX9TdFnGwGrcrr5NDdVlGG5EwnpR6qEcJR Tmnqk1qU7eA718JbY8AmjIJhkBWFvc7idGASQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=X8kvg0txXSVnqXH3UlB0SsEoRSeA+DFwWb601CXGBl1QZXOgw2ZIrfrJEgGaxxGrfB BXQhpqrk+5HG12xLnmCjOB/X3zTDb88+lWxAaKuUYyfw06FQqoiFYZ/jrEj+VV82zKcY 2Gj/N9YHNsOxPTe/ewIVm0G3ES6qiEnUSXkqU= Received: by 10.140.201.8 with SMTP id y8mr495090rvf.148.1219901211464; Wed, 27 Aug 2008 22:26:51 -0700 (PDT) Received: by 10.140.163.16 with HTTP; Wed, 27 Aug 2008 22:26:51 -0700 (PDT) Message-ID: <5a56ce1b0808272226n5d27c3a4xd137f4a6d9d18c26@mail.gmail.com> Date: Wed, 27 Aug 2008 22:26:51 -0700 From: "Jim Gomes" To: users@activemq.apache.org Subject: Re: NMS Discovery with client In-Reply-To: <19191713.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19186859.post@talk.nabble.com> <5a56ce1b0808271603q52c79ae2sda23d020f9fea5e2@mail.gmail.com> <19191713.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Yes, ActiveMQ broker has it implemented. You can search on the website to find out how to set it up. My company implemented our own proprietary auto-discovery a couple of years ago using UDP broadcasts and some middle-ware mBeans. Until it is added to the NMS client, you might be able to do something like that. Best, Jim On 8/27/08, yesnid wrote: > > I am using the activemq default broker with my C# app, which has that > implemented right? > > So is there no way to take advantage of discovery from a C# client? > > Thank you. > > > > semog wrote: >> >> The Discovery Transport is part of the server code, and not currently >> implemented in NMS. It would be a pretty cool feature to have in NMS. >> You can enter a Jira request for this enhancement and it will be >> scheduled for a future release. >> >> >> >> On 8/27/08, yesnid wrote: >>> >>> Hello All, >>> >>> I created a simple C# win-forms application that receives messages from >>> the >>> ActiveMQ broker. I am now trying to alter this so that I can use >>> discovery, >>> can anyone explain how I would go about this in code from C# with NMS? >>> >>> Thank you, >>> >>> Appreciate the help. >>> -- >>> View this message in context: >>> http://www.nabble.com/NMS-Discovery-with-client-tp19186859p19186859.html >>> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >>> >>> >> >> > > -- > View this message in context: > http://www.nabble.com/NMS-Discovery-with-client-tp19186859p19191713.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >