From dev-return-17263-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Tue Oct 13 19:08:15 2009 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 11558 invoked from network); 13 Oct 2009 19:08:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Oct 2009 19:08:15 -0000 Received: (qmail 20457 invoked by uid 500); 13 Oct 2009 19:08:15 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 20422 invoked by uid 500); 13 Oct 2009 19:08:15 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 20412 invoked by uid 99); 13 Oct 2009 19:08:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 19:08:15 +0000 X-ASF-Spam-Status: No, hits=-10.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 19:08:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B6683234C1E9 for ; Tue, 13 Oct 2009 12:07:52 -0700 (PDT) Message-ID: <691496762.1255460872743.JavaMail.jira@brutus> Date: Tue, 13 Oct 2009 12:07:52 -0700 (PDT) From: "Daniel Lujan (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQNET-196) ActiveMQ 5.3 / System.IO.EndOfStreamException / "Unable to read beyond the end of the stream. In-Reply-To: <1678479669.1255382873024.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQNET-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54738#action_54738 ] Daniel Lujan commented on AMQNET-196: ------------------------------------- fine!!!!! all right now. I use 'transport.keepAliveResponseRequired=true' and is ok. too many thanks... you are the best! > ActiveMQ 5.3 / System.IO.EndOfStreamException / "Unable to read beyond the end of the stream. > --------------------------------------------------------------------------------------------- > > Key: AMQNET-196 > URL: https://issues.apache.org/activemq/browse/AMQNET-196 > Project: ActiveMQ .Net > Issue Type: Bug > Affects Versions: 1.1.0 > Environment: Windows-server-2003 > AMQ 5.3 RC4 > Apache.NMS.ActiveMQ, Version 1.1.0.1642 > Reporter: Daniel Lujan > Assignee: Timothy Bish > Fix For: 1.2.0 > > Attachments: nmsTest.cs > > > 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.