Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9F8011657 for ; Mon, 14 Jul 2014 21:20:08 +0000 (UTC) Received: (qmail 81562 invoked by uid 500); 14 Jul 2014 21:20:08 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 81510 invoked by uid 500); 14 Jul 2014 21:20: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 81497 invoked by uid 99); 14 Jul 2014 21:20:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2014 21:20:08 +0000 Date: Mon, 14 Jul 2014 21:20:08 +0000 (UTC) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMQ-5277) JDBC ack does not use messageId.entryLocator 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/AMQ-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-5277. ----------------------------- Resolution: Fixed fix in http://git-wip-us.apache.org/repos/asf/activemq/commit/3b5d89a7 > JDBC ack does not use messageId.entryLocator > -------------------------------------------- > > Key: AMQ-5277 > URL: https://issues.apache.org/jira/browse/AMQ-5277 > Project: ActiveMQ > Issue Type: Bug > Components: Broker, Message Store > Affects Versions: 5.10.0 > Reporter: Gary Tully > Assignee: Gary Tully > Labels: jdbc, performance > Fix For: 5.11.0 > > > The jdbc message store was doing a jdbc roundtrip to find the sequence id of a message before a remove. this information was being retained in the messageId entryLocator on insert. > However it was not being recreated on a recover and it was lost on a message ack unless vm transport was in play. > By reusing the entryLocator information there is a ~30% improvement in simple produce/consume roundrtip tests. -- This message was sent by Atlassian JIRA (v6.2#6252)