ActiveMQ NMS fails when User/Password is required. ActiveMQ with JAVA works
with same URL/user/pwd.

                Uri connecturi = new Uri(url);
                IConnectionFactory factory = new
Apache.NMS.ActiveMQ.ConnectionFactory(connecturi);

                connection = factory.CreateConnection(user, password);
                connection.Start();

Error: Apache.NMS.ActiveMQ.ConnectionClosedException: The connection is
already closed!

Any Ideas ??
THANKS FOR YOUR QUICK RESPONSE!!!



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-Fails-when-User-Password-Required-tp4681728.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to