Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1236818C07 for ; Wed, 27 Apr 2016 02:21:13 +0000 (UTC) Received: (qmail 9699 invoked by uid 500); 27 Apr 2016 02:21:13 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 9663 invoked by uid 500); 27 Apr 2016 02:21:13 -0000 Mailing-List: contact issues-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 issues@activemq.apache.org Received: (qmail 9644 invoked by uid 99); 27 Apr 2016 02:21:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 02:21:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C84402C044E for ; Wed, 27 Apr 2016 02:21:12 +0000 (UTC) Date: Wed, 27 Apr 2016 02:21:12 +0000 (UTC) From: "Howard Gao (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ARTEMIS-505) Fix OptimizedAckTest and testCloseConsumer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Howard Gao created ARTEMIS-505: ---------------------------------- Summary: Fix OptimizedAckTest and testCloseConsumer Key: ARTEMIS-505 URL: https://issues.apache.org/jira/browse/ARTEMIS-505 Project: ActiveMQ Artemis Issue Type: Sub-task Components: OpenWire Affects Versions: 1.2.0 Reporter: Howard Gao Assignee: Howard Gao Fix For: 1.3.0 OptimizedAckTest: Using core api to replace old activemq broker API to checking message count. JmsQueueTransactionTest#testCloseConsumer: a bug in delivery when prefetchSize is 0. -- This message was sent by Atlassian JIRA (v6.3.4#6332)