I am trying to right a client connect to our activemq in c#.

When I try to compile I am recieving this error

No IConnectionFactory implementation found for connection URI:
activemq:tcp://192.168.1.13:61616

I am using the net 3.5 lib Apache.NMS 1.1.0.1642

I am calling this using

           IConnectionFactory factory = new
NMSConnectionFactory(connecturi);

Thanks ahead of time for the help.

-- 
View this message in context: 
http://www.nabble.com/No-IConnectionFactory-implementation-found-for-connection-URI%3A-activemq%3Atcp%3A--192.168.1.13%3A61616-tp25280396p25280396.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to