Rainer Müller created CXF-7094:
----------------------------------
Summary: MQJCA1018: Only one session per connection is allowed
Key: CXF-7094
URL: https://issues.apache.org/jira/browse/CXF-7094
Project: CXF
Issue Type: Bug
Components: JMS
Affects Versions: 3.1.6
Reporter: Rainer Müller
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)