Description
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?
Attachments
Issue Links
- is duplicated by
-
CXF-7094 MQJCA1018: Only one session per connection is allowed
- Closed
- links to