You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Teemu Torma (JIRA)" <ji...@apache.org> on 2010/03/22 15:13:46 UTC

[jira] Updated: (AMQCPP-292) transacted sessions over shared failover connection throws exceptions

     [ 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.