Hi, I'm trying to write sample code for client/server communication using Apache.NMS.Stomp.
Uri connecturi = new Uri("tcp://0.0.0.0:61616"); Console.WriteLine("About to connect to " + connecturi); // NOTE: ensure the nmsprovider-activemq.config file exists in the executable folder. *IConnectionFactory factory = NMSConnectionFactory.CreateConnectionFactory(connecturi,null); * I get the following error while creating the connection factory. * "No IConnectionFactory implementation found for connection URI: tcp://0.0.0.0:61616/"* This is my setting in activemq.xml <transportConnectors> <transportConnector name="default" uri="tcp://0.0.0.0:61616"/> </transportConnectors> -- View this message in context: http://activemq.2283324.n4.nabble.com/Connection-Error-to-Apache-tp4656810.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.