Description
We upgraded from CXF 2.7.14 to 3.16 running in EAP 7.0 container.
The WebSphere MQ resource adapter 7.5.0 shows following error message
- MQJCA1018: Only one session per connection is allowed
In class JMSConduit#setupReplyDestination the existing connection is used to instantiate class MessageListenerContainer.
MessageListenerContainer#start calls createSession on given connection.
Is there a way to force the 'one session per connection' restriction of our resource adapter? In version 2.7.14 we never had this issue.
Attachments
Issue Links
- duplicates
-
CXF-7023 SOAP over JMS transport does not use XA transactions with Websphere MQ resource adapter
- Closed