Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.3.6
-
None
-
Unknown
Description
When using Websphere MQ resource adapter with the flag oneSessionPerConnection (true) the constructor without the ExceptionListener is used:
container = new PollingMessageListenerContainer(jmsConfig, false, this);
Without the ExceptionListener the reconnection the MQ queuemanger did not work.
How can I use the flag oneSessionPerConnection (true) and succesfull reconnection.