GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/2381
ARTEMIS-2136 synchronize copy constructor
A synchronization block was missed during the AMQP refactoring.
This could impact use-cases involving diverts, cluster bridges, and
multiple concurrent consumers.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-2136
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2381.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2381
----
commit 175d77a5b78023a44c9ce140e39ea282fe9da7c9
Author: Clebert Suconic <clebertsuconic@...>
Date: 2018-10-18T21:18:45Z
ARTEMIS-2136 synchronize copy constructor
A synchronization block was missed during the AMQP refactoring.
This could impact use-cases involving diverts, cluster bridges, and
multiple concurrent consumers.
----
---