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