[
https://issues.apache.org/jira/browse/CXF-8310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dieter Brandt updated CXF-8310:
-------------------------------
Affects Version/s: (was: 3.3.5)
3.3.6
> 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.6
> Reporter: Dieter Brandt
> Priority: Critical
>
> 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)