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, 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?
>> 
> 
> This isn't a known issue, if you could open a Jira issue against NMS to
> document the problem and attach a short but complete sample to
> demonstrate the issue we can try and reproduce the problem and get a fix
> into the next NMS release.  Have you run against a 5.2 broker with the
> version of NMS that's giving you this exception?  If so did you see the
> same error?
> 
> Regards
> Tim.
> 
> -- 
> Tim Bish
> http://fusesource.com
> http://timbish.blogspot.com/
> 
> 
> 
> 
> 
http://www.nabble.com/file/p25862392/nmsTest.cs nmsTest.cs 
-- 
View this message in context: 
http://www.nabble.com/NMS---ActiveMQ-5.3----%22Unable-to-read-beyond-the-end-of-the-stream.%22-tp25849938p25862392.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to