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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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. > >
