Hi,
I am investigating as how can i use activeMQ for .net application.
I want to use *AMQP* protocol as well.
Can anyone please suggest any pointers as how to do it.
there are many implementation but they are connecting to uri
"tcp://localhost:61616" but i want to connect to "amqp://localhost:5672".
but it throws error as IConnection factory doesnt have implementation for
amqp://localhost:5672 at line 
IConnectionFactory factory= new
NMSConnectionFactory("amqp://localhost:5672");
            IConnection connection = factory.CreateConnection();

Thanks



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to