GitHub user mtaylor opened a pull request:
https://github.com/apache/activemq-artemis/pull/1108
ARTEMIS-1051 Make ServerSession send thread safe
According to @clebertsuconic this is a historical design decision when the
CORE protocol was the main focus. With Proton and AMQP it is possible that
sends are initiated from separate threads, this could cause problem when a send
on a single server session is interleaved with 2 threads.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-1051
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1108.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 #1108
----
commit 0122ca05153778f30e3089389cd47251240dbade
Author: Martyn Taylor <[email protected]>
Date: 2017-03-20T17:16:10Z
ARTEMIS-1051 Make ServerSession send thread safe
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---