Re: NMS / ActiveMQ 5.3 / "Unable to read beyond the end of the stream."

2009-10-13 Thread magellings
I can confirm I do see these exceptions when testing against ActiveMQ 5.2. Just searched my logs... log.txt(78574): 2009-10-12 12:27:34,780 [17400] [ERROR] Apache.NMS.Tracer - RECEIVED Exception: System.IO.EndOfStreamException: Unable to read beyond the end of the stream. log.txt(234845): 2009-1

Re: NMS / ActiveMQ 5.3 / "Unable to read beyond the end of the stream."

2009-10-12 Thread lujan99
I run this sample in AMQ-5.2 and its ok, no exceptions. but whe I run this in AMQ-5.3 (RC4) I get a exception each minute. I upload my test-program, link is below... Thanks. Timothy Bish wrote: > > On Sun, 2009-10-11 at 19:49 -0700, lujan99 wrote: >> using "Assembly Apache.NMS.ActiveMQ, Ve

Re: NMS / ActiveMQ 5.3 / "Unable to read beyond the end of the stream."

2009-10-12 Thread Gabe Westmaas
:47am To: users@activemq.apache.org Subject: Re: NMS / ActiveMQ 5.3 / "Unable to read beyond the end of the stream." On Sun, 2009-10-11 at 19:49 -0700, lujan99 wrote: > using "Assembly Apache.NMS.ActiveMQ, Version 1.1.0.1642" > > when I use: > connection = CreateConnectio

Re: NMS / ActiveMQ 5.3 / "Unable to read beyond the end of the stream."

2009-10-12 Thread Timothy Bish
On Sun, 2009-10-11 at 19:49 -0700, lujan99 wrote: > using "Assembly Apache.NMS.ActiveMQ, Version 1.1.0.1642" > > when I use: > connection = CreateConnection(); > connection.ExceptionListener += new ExceptionListener(OnException); > session = connection.CreateSession(this.SessionAckn

NMS / ActiveMQ 5.3 / "Unable to read beyond the end of the stream."

2009-10-11 Thread lujan99
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 exceptio