Lyubov Romachuk created AMQCPP-547:
--------------------------------------
Summary: activemq::core::ConnectionAudit::isDuplicate is not
thread safe
Key: AMQCPP-547
URL: https://issues.apache.org/jira/browse/AMQCPP-547
Project: ActiveMQ C++ Client
Issue Type: Bug
Environment: Linux
Reporter: Lyubov Romachuk
Assignee: Timothy Bish
Priority: Critical
We use ActiveMQ C++ 3.8.2 client in a multi-threaded application.
The application crashed because activemq::core::ConnectionAudit::isDuplicate
doesn't synchronize access to the
activemq::core::ConnectionAuditImpl::destinations and
activemq::core::ConnectionAuditImpl::dispatchers which are shared and
destinations,dispatchers itself are not thread-safe.
--
This message was sent by Atlassian JIRA
(v6.2#6252)