I downloaded the "most recent" NMS ActiveMQ (1.6.2) and got this error after
running the code:
System.IO.IOException was unhandled by user code
HResult=-2146232800
Message=The operation is not allowed on non-connected sockets.
Source=System
StackTrace:
at System.Net.Sockets.NetworkStream.InitNetworkStream(Socket socket,
FileAccess Access)
at System.Net.Sockets.NetworkStream..ctor(Socket socket)
at
Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransport.CreateSocketStream()
at Apache.NMS.ActiveMQ.Transport.Tcp.TcpTransport.Start()
at Apache.NMS.ActiveMQ.Transport.TransportFilter.Start()
at Apache.NMS.ActiveMQ.Transport.TransportFilter.Start()
at Apache.NMS.ActiveMQ.Transport.WireFormatNegotiator.Start()
at Apache.NMS.ActiveMQ.Transport.TransportFilter.Start()
at Apache.NMS.ActiveMQ.Transport.TransportFilter.Start()
at Apache.NMS.ActiveMQ.Connection.CheckConnected()
at Apache.NMS.ActiveMQ.Connection.Start()
at FdsMessaging.ConnectionActiveMQ.createConnection() in xxxxxxx
The operation mentioned in error above is connection.Start();
THANKS!!
--
View this message in context:
http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-Fails-when-User-Password-Required-tp4681728p4681733.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.