Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
1.1.0
-
None
-
None
-
Windows-server-2003
AMQ 5.3 RC4
Apache.NMS.ActiveMQ, Version 1.1.0.1642
Description
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.
I upload my test in:
http://www.nabble.com/file/p25862392/nmsTest.cs
ticket:
http://www.nabble.com/NMS---ActiveMQ-5.3----%22Unable-to-read-beyond-the-end-of-the-stream.%22-td25849938.html
exception type is >>> System.IO.EndOfStreamException
note: with ActiveMQ 5.2 I don't have this issue.