On 03/22/2015 11:24 AM, andrevcv wrote: > Hi, > > I have a scenario that a .NET client application (Windows) need to > communicate with a remove ActiveMQ server (Linux). > > Is there anyway to accomplish this? > > At: André > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Communication-o-a-NET-Windows-client-with-a-linux-remote-server-tp4693580.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. > You could use one of the NMS .NET libraries: http://activemq.apache.org/nms/
Or you can use any STOMP or AMQP based .NET client to talk to the broker. http://activemq.apache.org/cross-language-clients.html -- Tim Bish Sr Software Engineer | RedHat Inc. [email protected] | www.redhat.com skype: tabish121 | twitter: @tabish121 blog: http://timbish.blogspot.com/
