Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 149BBC2E3 for ; Mon, 25 Jun 2012 10:59:44 +0000 (UTC) Received: (qmail 61045 invoked by uid 500); 25 Jun 2012 10:59:44 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 60870 invoked by uid 500); 25 Jun 2012 10:59:43 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 60467 invoked by uid 99); 25 Jun 2012 10:59:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 10:59:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 3AD731418F1 for ; Mon, 25 Jun 2012 10:59:43 +0000 (UTC) Date: Mon, 25 Jun 2012 10:59:43 +0000 (UTC) From: "Hiram Chirino (JIRA)" To: commits@activemq.apache.org Message-ID: <696286122.50593.1340621983242.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1382495196.43193.1340352702911.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Resolved] (APLO-215) Broker may send queued messages multiple time over SSL MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/APLO-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino resolved APLO-215. -------------------------------- Resolution: Not A Problem Assignee: Hiram Chirino Closing as a non-issue. > Broker may send queued messages multiple time over SSL > ------------------------------------------------------ > > Key: APLO-215 > URL: https://issues.apache.org/jira/browse/APLO-215 > Project: ActiveMQ Apollo > Issue Type: Bug > Environment: apollo-99-trunk-20120621.153441-53 > Reporter: Lionel Cons > Assignee: Hiram Chirino > Attachments: APLO-215.pl > > > When putting messages in a queue and removing them with client side acknowledgments, Apollo may send some messages multiple times. Here is an example test output: > $ perl test.pl > producing 3000 messages... done > consuming 1000 messages... done > consuming 1000 messages... done > consuming 1000 messages... done > draining... drained 13 messages > message 1000 received 2 times! > message 1994 received 2 times! > message 1995 received 2 times! > message 1996 received 2 times! > message 1997 received 2 times! > message 1998 received 2 times! > message 2988 received 2 times! > message 2989 received 2 times! > message 2990 received 2 times! > message 2991 received 2 times! > message 2992 received 2 times! > message 2993 received 2 times! > message 999 received 2 times! > done checking > The consumers are careful with client side acknowledgment so there should be nothing left for the final drainer. > Please see the attached script for more details. You may need to play with the number of messages or the number of consumers. > Note that the test script seems to work fine over STOMP. I've only seen problems with STOMP+SSL. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira