[
https://issues.apache.org/jira/browse/CXF-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jimma resolved CXF-2788.
------------------------
Fix Version/s: 2.2.9
Resolution: Fixed
> 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
> Fix For: 2.2.9
>
>
> 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.