You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Nikolay Boklaschuk (JIRA)" <ji...@apache.org> on 2016/08/25 14:28:22 UTC

[jira] [Created] (CXF-7023) SOAP over JMS transport does not use XA transactions with Websphere MQ resource adapter

Nikolay Boklaschuk created CXF-7023:
---------------------------------------

             Summary: SOAP over JMS transport does not use XA transactions with Websphere MQ resource adapter
                 Key: CXF-7023
                 URL: https://issues.apache.org/jira/browse/CXF-7023
             Project: CXF
          Issue Type: Bug
          Components: JMS
    Affects Versions: 3.1.7
            Reporter: Nikolay Boklaschuk


When using Websphere MQ resource adapter
Inbound one-way service does not uses XA transactions.
This is because WMQ adapter decides to use XA transaction when creates jms connection, but connection opened in JMSDestination, and transaction started in PollingMessageListnerContainer after connection created.
Futhermore WMQ adapter holds only one session per connection.
I have patched XAPoller to hold connection for each thread, it works, but may be there are better way to provide support for WMQ adapter? 





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)