-
Bug
-
Resolution: Done
-
Critical
-
fuse-7.3.1
-
%
-
-
build2
-
-
-
Fuse Standalone
-
Workaround Exists
-
Environment
- Fuse 7.3.1 on EAP 7.2.0
- AMQ 6.3
- CXF over JMS route fully configured with Spring
Issue
An error with the JMS connection, like a broker restart, cause a duplication of active connection when the broker pop-up again.
In "Steps to Reproduce" there is a configuration with two brokers but it's easy to reproduce just with one active.
I suspect that JMSDestionation#restartConnection doesn't delete old connections before creates new ones believing that the old ones are permanently broken but if they have been created with a failover URL, they come available again when the broker pop up again.
Indeed seems PollingMessageListenerContainer leak.
- is cloned by
-
JBEAP-19485 [GSS](7.3.z) CXF over JMS: Connections leak after broker connection recovery
- Closed