Bus.shutdown() did not close all the created Jms connection
-----------------------------------------------------------
Key: CXF-2788
URL: https://issues.apache.org/jira/browse/CXF-2788
Project: CXF
Issue Type: Bug
Components: Transports
Affects Versions: 2.2.7
Reporter: jimma
Assignee: jimma
The jmsListener in JmsDestination uses SingleConnectionFactory to create
connection. SingleConnectionFactory is a proxy class , it actually does not
close the target connection . We need to call SingleConnectionFactory.distroy()
to close the connection when bus shutdown .
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.