From dev-return-20566-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Mon Jun 07 15:45:16 2010 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 88859 invoked from network); 7 Jun 2010 15:45:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jun 2010 15:45:16 -0000 Received: (qmail 62095 invoked by uid 500); 7 Jun 2010 15:45:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 62047 invoked by uid 500); 7 Jun 2010 15:45:15 -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 62039 invoked by uid 99); 7 Jun 2010 15:45:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 15:45:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 15:45:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o57Fip7l013916 for ; Mon, 7 Jun 2010 15:44:52 GMT Message-ID: <33125034.10771275925491788.JavaMail.jira@thor> Date: Mon, 7 Jun 2010 11:44:51 -0400 (EDT) From: "javier (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-2766) lost messages using jdbcPersistenceAdapter and mysql MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org lost messages using jdbcPersistenceAdapter and mysql ---------------------------------------------------- Key: AMQ-2766 URL: https://issues.apache.org/activemq/browse/AMQ-2766 Project: ActiveMQ Issue Type: Bug Affects Versions: 5.3.2 Environment: ubuntu Reporter: javier hi, i was trying durable topics with jdbcPersistenceAdapter and mysql using JmsDurableTopicTransactionTest class (activemq test sources) and modified the connection and the method testReceiveRollback adding a reconnect after the rollback. it should be work fine but it fails and i'm not sure if i'm doing something wrong or is a bug. i would appreciate someone can check this test with this little modification javier -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.