Dieter Brandt created CXF-8310:
----------------------------------
Summary: JMS transport with flag oneSessionPerConnection causes
reconnection to not work
Key: CXF-8310
URL: https://issues.apache.org/jira/browse/CXF-8310
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 3.3.5
Reporter: Dieter Brandt
When using Websphere MQ resource adapter with the flag oneSessionPerConnection
(true) the constructor without the ExceptionListener is used:
{code:java}
container = new PollingMessageListenerContainer(jmsConfig, false, this); {code}
Without the ExceptionListener the reconnection the MQ queuemanger did not work.
How can I use the flag oneSessionPerConnection (true) and succesfull
reconnection.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)