You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by clebertsuconic <gi...@git.apache.org> on 2017/03/20 22:30:19 UTC

[GitHub] activemq-artemis issue #1108: ARTEMIS-1051 Make ServerSession send thread sa...

Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1108
  
    I told you to be careful with adding locks, but looking at the code now, xaStart, xaCommit are made synchronized for the same reason. (It was a case about reconnects and reattachs).
    
    
    Can you just make send to be synchronized send.. same with sendTX?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---