Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 85282 invoked from network); 24 Jul 2008 06:33:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2008 06:33:11 -0000 Received: (qmail 93676 invoked by uid 500); 24 Jul 2008 06:33:10 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 93648 invoked by uid 500); 24 Jul 2008 06:33:10 -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 93637 invoked by uid 99); 24 Jul 2008 06:33:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 23:33:10 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 06:32:15 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KLuNT-0002t9-LD for dev@activemq.apache.org; Wed, 23 Jul 2008 23:32:39 -0700 Message-ID: <18626095.post@talk.nabble.com> Date: Wed, 23 Jul 2008 23:32:39 -0700 (PDT) From: tthrone To: dev@activemq.apache.org Subject: SIGPIPE when connection to local broker is broken MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: tthrone@novell.com X-Virus-Checked: Checked by ClamAV on apache.org In activemq-cpp-2.1.3 your exception listener would get called when the connection to your local broker went away, in activemq-cpp-2.2 your app gets a signal SIGPIPE. I'm assuming this is an apr_network_io limitation? Is this a known issue? Is there a work around? Thanks, Todd -- View this message in context: http://www.nabble.com/SIGPIPE-when-connection-to-local-broker-is-broken-tp18626095p18626095.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.