There is a .NET client library for ActiveMQ 5.x that uses the OpenWire protocol, which means that it should work for Artemis as well. That's probably the easiest option. But you could also use STOMP or an AMQP library if you had a reason to want to use those protocols instead of OpenWire.
Tim On Oct 25, 2017 1:45 AM, "bhattacharyyasom" <bhattacharyya...@gmail.com> wrote: > Thank you very much for quelling my doubts whether this can be worked at > all > ! > Yes i have a very cursory idea of how the messaging works. So i will read > up > on protocols and their differences. > I have one question though what is the recommended protocol for use with > .Net ? > > > > -- > Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User- > f2341805.html >