[
https://issues.apache.org/jira/browse/AMQCPP-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Bish closed AMQCPP-547.
-------------------------------
Resolution: Duplicate
Fix Version/s: 3.9.0
3.8.3
Already fixed by AMQCPP-546
> 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
> Affects Versions: 3.8.2
> Environment: Linux
> Reporter: Lyubov Romachuk
> Assignee: Timothy Bish
> Priority: Critical
> Fix For: 3.8.3, 3.9.0
>
> Attachments: patch_AMQCPP_547
>
>
> 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)