Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 77635 invoked from network); 14 Jul 2007 04:11:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2007 04:11:06 -0000 Received: (qmail 46569 invoked by uid 500); 14 Jul 2007 04:11:08 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 46538 invoked by uid 500); 14 Jul 2007 04:11:08 -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 46529 invoked by uid 99); 14 Jul 2007 04:11:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2007 21:11:07 -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; Fri, 13 Jul 2007 21:11:04 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 71667714209 for ; Fri, 13 Jul 2007 21:10:44 -0700 (PDT) Message-ID: <28463357.1184386244459.JavaMail.jira@brutus> Date: Fri, 13 Jul 2007 21:10:44 -0700 (PDT) From: "Hadrian Zbarcea (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-1323) StompSubscriptionRemoveTest hangs 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 StompSubscriptionRemoveTest hangs --------------------------------- Key: AMQ-1323 URL: https://issues.apache.org/activemq/browse/AMQ-1323 Project: ActiveMQ Issue Type: Bug Components: Test Cases Affects Versions: 4.1.1 Environment: win32 Reporter: Hadrian Zbarcea Priority: Minor StompSubscriptionRemoveTest hangs on windows in a native write so one can never do a mvn install. The cause is that the message-id is not properly retrieved from the message and the queue name is sent back as message id in acks and hell breaks loose from there. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.