Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 61656 invoked from network); 22 Apr 2007 15:27:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Apr 2007 15:27:56 -0000 Received: (qmail 26212 invoked by uid 500); 22 Apr 2007 15:28:03 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 26186 invoked by uid 500); 22 Apr 2007 15:28:02 -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 26177 invoked by uid 99); 22 Apr 2007 15:28:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2007 08:28:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2007 08:27:55 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 56D17714047 for ; Sun, 22 Apr 2007 08:27:35 -0700 (PDT) Message-ID: <17270080.1177255655329.JavaMail.jira@brutus> Date: Sun, 22 Apr 2007 08:27:35 -0700 (PDT) From: "Albert Strasheim (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQCPP-104) Enabling async send prevents program from terminating properly on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Enabling async send prevents program from terminating properly on Windows ------------------------------------------------------------------------- Key: AMQCPP-104 URL: https://issues.apache.org/activemq/browse/AMQCPP-104 Project: ActiveMQ C++ Client Issue Type: Bug Affects Versions: 2.0, 2.1 Reporter: Albert Strasheim Assigned To: Nathan Mittler Fix For: 2.1 Attachments: asynchang.cpp Setting transport.useAsyncSend=true prevents programs using AMQCPP on Windows from terminating properly. Simple example attached. I think this also explains why the integration tests don't quit properly on Windows. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.