using "Assembly Apache.NMS.ActiveMQ, Version 1.1.0.1642"

when I use:
     connection = CreateConnection();
     connection.ExceptionListener += new ExceptionListener(OnException);
     session = connection.CreateSession(this.SessionAcknowledgeMode);
     ....
    
each 60 seconds I get a exception :
      "Unable to read beyond the end of the stream."

its not necessary a message.... is automatic.

someone is using NMS with ActiveMQ 5.3?

-- 
View this message in context: 
http://www.nabble.com/NMS---ActiveMQ-5.3----%22Unable-to-read-beyond-the-end-of-the-stream.%22-tp25849938p25849938.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to