Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 50539 invoked from network); 26 Jan 2011 22:39:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jan 2011 22:39:05 -0000 Received: (qmail 46844 invoked by uid 500); 26 Jan 2011 22:39:05 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 46764 invoked by uid 500); 26 Jan 2011 22:39:04 -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 46755 invoked by uid 99); 26 Jan 2011 22:39:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jan 2011 22:39:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jan 2011 22:39:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0QMchvt014484 for ; Wed, 26 Jan 2011 22:38:43 GMT Message-ID: <9498232.227271296081523273.JavaMail.jira@thor> Date: Wed, 26 Jan 2011 17:38:43 -0500 (EST) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQNET-314) NMS.Stomp MessageConsumer should throw an exception when connection breaks during a sync receive. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 NMS.Stomp MessageConsumer should throw an exception when connection breaks during a sync receive. ------------------------------------------------------------------------------------------------- Key: AMQNET-314 URL: https://issues.apache.org/jira/browse/AMQNET-314 Project: ActiveMQ .Net Issue Type: Bug Reporter: Timothy Bish Assignee: Jim Gomes If the client is using a non-failover transport and the connection is broken the Stomp Message Consumer should throw an exception instead of returning null. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.