Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 80295 invoked from network); 22 Mar 2010 14:14:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Mar 2010 14:14:10 -0000 Received: (qmail 46490 invoked by uid 500); 22 Mar 2010 14:14:10 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 46470 invoked by uid 500); 22 Mar 2010 14:14:10 -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 46462 invoked by uid 99); 22 Mar 2010 14:14:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Mar 2010 14:14:10 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Mar 2010 14:14:08 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9F806234C48C for ; Mon, 22 Mar 2010 14:13:46 +0000 (UTC) Message-ID: <2126774548.20911269267226651.JavaMail.jira@brutus.apache.org> Date: Mon, 22 Mar 2010 14:13:46 +0000 (UTC) From: "Teemu Torma (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQCPP-292) transacted sessions over shared failover connection throws exceptions In-Reply-To: <1327553714.20891269267110831.JavaMail.jira@brutus.apache.org> 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 [ https://issues.apache.org/activemq/browse/AMQCPP-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Teemu Torma updated AMQCPP-292: ------------------------------- Attachment: SimpleProducer.cpp > transacted sessions over shared failover connection throws exceptions > --------------------------------------------------------------------- > > Key: AMQCPP-292 > URL: https://issues.apache.org/activemq/browse/AMQCPP-292 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: Transports > Affects Versions: 3.1.1 > Environment: Linux / gcc 4.3 > Reporter: Teemu Torma > Assignee: Timothy Bish > Attachments: SimpleProducer.cpp > > > Interleaved transacted sessions over single failover connection throw exceptions, as shown by the modified simple producer example. It works fine without failover. > Starting the example: > ----------------------------------------------------- > Sent message #1 > Sent message #1 > Key does not exist in map > FILE: ./decaf/util/concurrent/ConcurrentStlMap.h, LINE: 229 > FILE: activemq/state/ConnectionStateTracker.cpp, LINE: 647 > FILE: activemq/state/ConnectionStateTracker.cpp, LINE: 92 > FILE: activemq/transport/failover/FailoverTransport.cpp, LINE: 254 > FILE: activemq/transport/correlator/ResponseCorrelator.cpp, LINE: 131 > FILE: activemq/core/ActiveMQConnection.cpp, LINE: 629 > FILE: activemq/core/ActiveMQTransactionContext.cpp, LINE: 148 > FILE: activemq/core/ActiveMQSession.cpp, LINE: 189 > ----------------------------------------------------- > Finished with the example. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.